Skip to content

Commit

Permalink
Merge pull-request #166
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 17, 2023
2 parents 7655ebb + c6e929f commit 65bd39a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/api-key-stamper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @turnkey/api-key-stamper

## 0.2.0

### Minor Changes

- Add ESM support (#154)

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-key-stamper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/api-key-stamper",
"version": "0.1.1",
"version": "0.2.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
Expand Down

0 comments on commit 65bd39a

Please sign in to comment.