Skip to content

Commit

Permalink
Prepare v1.0.0-beta.1 release, fix CI publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
kouak committed Jul 21, 2023
1 parent 6d29ef5 commit 5cb3bd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ jobs:
run: pnpm build

- name: deploy packages
run: pnpm publish --non-interactive
run: pnpm publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.0-beta.1

- Fix CI publish step

# v1.0.0-beta.0

- **BREAKING** Move to ESM+CJS hybrid compilation with tsup, remove babel, rework module exports
Expand Down Expand Up @@ -149,4 +153,4 @@

# v0.0.1 (2018-09-08)

- initial import
- initial import
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dgac/nmb2b-client",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "EUROCONTROL Network Manager B2B SOAP client",
"keywords": [
"EUROCONTROL",
Expand Down

0 comments on commit 5cb3bd5

Please sign in to comment.