Skip to content

Commit c28b0f2

Browse files
committed
Release version 1.0.1
1 parent b99e1a5 commit c28b0f2

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: 10
16+
- run: npm ci
1617
- uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
1718
with:
1819
tag_name: "v%s"
1920
tag_message: "v%s"
20-
commit_pattern: "^Release Version (\\S+)"
21+
commit_pattern: "^Release version (\\S+)"
2122
env:
2223
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2324
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
<a name="1.0.0"></a>
6-
# 1.0.0 (2020-06-27)
5+
## 1.0.1 (2020-06-29)
6+
7+
### Bug Fixes
8+
9+
* fix resolving path of package.json
10+
11+
## 1.0.0 (2020-06-27)
712

813
Initial version

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "loopback4-migration",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "LoopBack 4 Migration Component",
55
"keywords": [
66
"loopback-4",

0 commit comments

Comments
 (0)