diff --git a/CHANGELOG.md b/CHANGELOG.md index 629cdb0..066978a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format is based on [Common Changelog](https://common-changelog.org).\ Unlike Common Changelog, the `unreleased` section of [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) is preserved with the addition of a tag to specify which type of release should be published and to foster discussions about it inside pull requests. This tag should be one of the names mandated by SemVer, within brackets: `[patch]`, `[minor]` or `[major]`. For example: `## Unreleased [minor]`. -## Unreleased [minor] +## Unreleased + +## 1.1.0 - 2023-10-25 ### Added diff --git a/package-lock.json b/package-lock.json index aaecff0..102e128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terms-document-types", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "terms-document-types", - "version": "1.0.0", + "version": "1.1.0", "license": "EUPL-1.2", "devDependencies": { "ajv": "^8.11.2", diff --git a/package.json b/package.json index ce6731d..20cd2f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opentermsarchive/terms-types", - "version": "1.0.0", + "version": "1.1.0", "description": "Database of types of terms of service (“agreement”, “policy”, “guidelines”…) under which a service is delivered", "homepage": "https://github.com/OpenTermsArchive/terms-document-types#readme", "bugs": {