Skip to content

Commit

Permalink
chore: Release 1.0.1 (#278)
Browse files Browse the repository at this point in the history
* chore: tag HEAD as 1.0.1 release

* Update main.yml

* Update CHANGELOG.md
  • Loading branch information
André Kilchenmann authored Dec 17, 2020
1 parent e0e7dd6 commit 804a51c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
release-type: node
package-name: "@dasch-swiss/dsp-js"
package-name: dsp-js
changelog-types: '[{"type": "feat","section": "Enhancements","hidden": false }, {"type": "fix","section": "Bug Fixes","hidden": false }, {"type": "chore","section": "Maintenance","hidden": false }, {"type": "docs","section": "Documentation","hidden": false }]'

build:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.0.1 (17/12/2020)

#### Enhancements

- [#268](https://github.com/dasch-swiss/dsp-js-lib/pull/268) DSP-1126 Finish metadata endpoint in JS-LIB

---

## v1.0.0 (17/12/2020)

#### Breaking changes
Expand Down

0 comments on commit 804a51c

Please sign in to comment.