Skip to content

Commit

Permalink
chore(release): v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Feb 10, 2022
1 parent eb3eda1 commit fcce778
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.18.1](https://github.com/wuespace/telestion-client/compare/v0.18.0...v0.18.1) (2022-02-10)


### Bug Fixes

* **cli:** Fix template directory parsing issues ([06fea8c](https://github.com/wuespace/telestion-client/commit/06fea8cfc31eaeb7841301ff2fbf76efd369aa58))



## [0.18.0](https://github.com/wuespace/telestion-client/compare/v0.17.0...v0.18.0) (2022-01-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.18.0",
"version": "0.18.1",
"npmClient": "npm",
"packages": [
"packages/*"
Expand Down
9 changes: 9 additions & 0 deletions packages/telestion-client-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.18.1](https://github.com/wuespace/telestion-client/compare/v0.18.0...v0.18.1) (2022-02-10)


### Bug Fixes

* **cli:** Fix template directory parsing issues ([06fea8c](https://github.com/wuespace/telestion-client/commit/06fea8cfc31eaeb7841301ff2fbf76efd369aa58))



## [0.18.0](https://github.com/wuespace/telestion-client/compare/v0.17.0...v0.18.0) (2022-01-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/telestion-client-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/telestion-client-cli",
"description": "The command line interface for the Telestion Client development",
"license": "MIT",
"version": "0.18.0",
"version": "0.18.1",
"homepage": "https://telestion.wuespace.de/",
"bin": {
"tc-cli": "./bin/cli.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/telestion-client-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.18.1](https://github.com/wuespace/telestion-client/compare/v0.18.0...v0.18.1) (2022-02-10)

**Note:** Version bump only for package @wuespace/telestion-client-template





## [0.18.0](https://github.com/wuespace/telestion-client/compare/v0.17.0...v0.18.0) (2022-01-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/telestion-client-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/telestion-client-template",
"description": "The template for a Telestion Client project",
"license": "MIT",
"version": "0.18.0",
"version": "0.18.1",
"homepage": "https://telestion.wuespace.de/",
"engines": {
"node": ">=14"
Expand Down

0 comments on commit fcce778

Please sign in to comment.