Skip to content

Commit

Permalink
feat(unlock-js): bump version and add changelog for new protocol vers…
Browse files Browse the repository at this point in the history
…ions (#13202)

bump version and changelog for unlock-js
  • Loading branch information
clemsos authored and julien51 committed Jan 12, 2024
1 parent ec168e7 commit 5b26c6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/unlock-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

# 0.42.0

- added support for `UnlockV13` and `PublicLockV14`

# 0.41.0

- adding `setDiscountCodeWithCapHookSigner`
Expand Down
2 changes: 1 addition & 1 deletion packages/unlock-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlock-protocol/unlock-js",
"version": "0.41.0",
"version": "0.42.0",
"description": "This module provides libraries to include Unlock APIs inside a Javascript application.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 5b26c6a

Please sign in to comment.