Skip to content

Commit 4284844

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.8...v1.2.0) (2022-04-02) ### Bug Fixes * **cicd:** last try to get the git tag for Docker tag creation ([a2c19c7](a2c19c7)) * **release:** fix release issue from wrong branch ([b81e75d](b81e75d)) * **version:** fix conflict with package-lock.json NPM format ([d5edaf9](d5edaf9)) ### Features * **node:** upgrade to node 16.x & NPM 8.x ([940c364](940c364))
1 parent b81e75d commit 4284844

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.2.0](https://github.com/timoa/chrome-tab-rotate-server/compare/v1.1.8...v1.2.0) (2022-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **cicd:** last try to get the git tag for Docker tag creation ([a2c19c7](https://github.com/timoa/chrome-tab-rotate-server/commit/a2c19c722e49452e29e20402f15c4c0174c6d870))
7+
* **release:** fix release issue from wrong branch ([b81e75d](https://github.com/timoa/chrome-tab-rotate-server/commit/b81e75d8dca1587368b10a179660688228cd4fdf))
8+
* **version:** fix conflict with package-lock.json NPM format ([d5edaf9](https://github.com/timoa/chrome-tab-rotate-server/commit/d5edaf903868e96c197bb001d4528541f514499a))
9+
10+
11+
### Features
12+
13+
* **node:** upgrade to node 16.x & NPM 8.x ([940c364](https://github.com/timoa/chrome-tab-rotate-server/commit/940c3642079024dfeea7d2d66e116dbdfd6b8e40))
14+
115
## [1.1.9](https://github.com/timoa/chrome-tab-rotate-server/compare/v1.1.8...v1.1.9) (2022-03-29)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-tab-rotate-server",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"description": "An API that provides the config/contents for the chrome-tab-rotate Chrome extension",
55
"main": "src/index.js",
66
"private": true,

0 commit comments

Comments
 (0)