Skip to content

Commit 7a5e4c3

Browse files
authored
Bump JS version -0.1.3 (#22)
* Added additional workflow for automating github and node release * Added tag parameter in release workflow * Fixed Changlog based on PR comments
1 parent d360072 commit 7a5e4c3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/node-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
with:
1515
node-version: "18.x"
1616
working-directory: "javascript"
17+
release-tag: "JS-"
1718
secrets:
1819
NPM_ORG_TOKEN: ${{ secrets.NPM_ORG_TOKEN }}

javascript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.3
2+
3+
### ✨ Features and improvements
4+
5+
- Several dependency updates
6+
17
# 0.1.2
28

39
### ✨ Features and improvements

javascript/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.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws/polyline",
33
"description": "A library for encoding and decoding polylines",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"keywords": [],
66
"author": {
77
"name": "Amazon Web Services",

0 commit comments

Comments
 (0)