Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jan 27, 2021
1 parent 0cf7b24 commit 2e87088
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 10 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 33 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
}
]
}
}

0 comments on commit 2e87088

Please sign in to comment.