diff --git a/packages/unlock-js/CHANGELOG.md b/packages/unlock-js/CHANGELOG.md index ce0a33faca6..a2c3ebe673f 100644 --- a/packages/unlock-js/CHANGELOG.md +++ b/packages/unlock-js/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +# 0.42.0 + +- added support for `UnlockV13` and `PublicLockV14` + # 0.41.0 - adding `setDiscountCodeWithCapHookSigner` diff --git a/packages/unlock-js/package.json b/packages/unlock-js/package.json index c43bc848e3e..3b755e08a6f 100644 --- a/packages/unlock-js/package.json +++ b/packages/unlock-js/package.json @@ -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",