From 2e87088bc91e3989017629701ce7880d6beb44c8 Mon Sep 17 00:00:00 2001 From: Pablo Klaschka Date: Thu, 28 Jan 2021 00:59:06 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 42 +++++++++++++++++++++++++++++++++--------- 3 files changed, 56 insertions(+), 10 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d052972c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.1.0 (2021-01-27) + + +### Features + +* Auto-generated API Reference for telestion-client ([bb9b85a](https://github.com/TelestionTeam/telestion-docs/commit/bb9b85a708bea9c2743d56247631384cdaf3b629)) + + +### Bug Fixes + +* Revert making telestion_client_git_conventions the PSC Dev Manual ([d3d7a7c](https://github.com/TelestionTeam/telestion-docs/commit/d3d7a7c0152208fdb4fef33e65d57c77a1b9eed7)) +* Update the Telestion Client setup task ([e2cdc17](https://github.com/TelestionTeam/telestion-docs/commit/e2cdc1788ddffbf569d67dea240781cbb68fdc08)) + + +### Other + +* **ci:** Add configuration to create releases ([0cf7b24](https://github.com/TelestionTeam/telestion-docs/commit/0cf7b24f96560da24871e650e944fc498b45bd66)) +* Prepare auto-generated documentation ([e51588e](https://github.com/TelestionTeam/telestion-docs/commit/e51588e0720867951e712d831e2f862ef2c41d2e)) diff --git a/package-lock.json b/package-lock.json index aa367543..b5f9f0d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dita-ot-helper-boilerplate", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b80f7427..a2ee457c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dita-ot-helper-boilerplate", "private": true, - "version": "1.0.0", + "version": "1.1.0", "scripts": { "start": "npm run build", "build": "dita-ot-helper -i 3.5.1 build-configs/\\*.json", @@ -22,14 +22,38 @@ }, "standard-version": { "types": [ - {"type": "feat", "section": "Features"}, - {"type": "fix", "section": "Bug Fixes"}, - {"type": "chore", "section": "Other"}, - {"type": "docs", "section": "Features"}, - {"type": "style", "hidden": true}, - {"type": "refactor", "hidden": true}, - {"type": "perf", "hidden": true}, - {"type": "test", "hidden": true} + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "chore", + "section": "Other" + }, + { + "type": "docs", + "section": "Features" + }, + { + "type": "style", + "hidden": true + }, + { + "type": "refactor", + "hidden": true + }, + { + "type": "perf", + "hidden": true + }, + { + "type": "test", + "hidden": true + } ] } }