Skip to content

Commit fcce778

Browse files
committed
chore(release): v0.18.1
1 parent eb3eda1 commit fcce778

File tree

6 files changed

+29
-3
lines changed

6 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.18.1](https://github.com/wuespace/telestion-client/compare/v0.18.0...v0.18.1) (2022-02-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** Fix template directory parsing issues ([06fea8c](https://github.com/wuespace/telestion-client/commit/06fea8cfc31eaeb7841301ff2fbf76efd369aa58))
12+
13+
14+
615
## [0.18.0](https://github.com/wuespace/telestion-client/compare/v0.17.0...v0.18.0) (2022-01-28)
716

817

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.18.0",
2+
"version": "0.18.1",
33
"npmClient": "npm",
44
"packages": [
55
"packages/*"

packages/telestion-client-cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.18.1](https://github.com/wuespace/telestion-client/compare/v0.18.0...v0.18.1) (2022-02-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** Fix template directory parsing issues ([06fea8c](https://github.com/wuespace/telestion-client/commit/06fea8cfc31eaeb7841301ff2fbf76efd369aa58))
12+
13+
14+
615
## [0.18.0](https://github.com/wuespace/telestion-client/compare/v0.17.0...v0.18.0) (2022-01-28)
716

817

packages/telestion-client-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wuespace/telestion-client-cli",
33
"description": "The command line interface for the Telestion Client development",
44
"license": "MIT",
5-
"version": "0.18.0",
5+
"version": "0.18.1",
66
"homepage": "https://telestion.wuespace.de/",
77
"bin": {
88
"tc-cli": "./bin/cli.js"

packages/telestion-client-template/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.18.1](https://github.com/wuespace/telestion-client/compare/v0.18.0...v0.18.1) (2022-02-10)
7+
8+
**Note:** Version bump only for package @wuespace/telestion-client-template
9+
10+
11+
12+
13+
614
## [0.18.0](https://github.com/wuespace/telestion-client/compare/v0.17.0...v0.18.0) (2022-01-28)
715

816

packages/telestion-client-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wuespace/telestion-client-template",
33
"description": "The template for a Telestion Client project",
44
"license": "MIT",
5-
"version": "0.18.0",
5+
"version": "0.18.1",
66
"homepage": "https://telestion.wuespace.de/",
77
"engines": {
88
"node": ">=14"

0 commit comments

Comments
 (0)