Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2024-06-19)

### Bug Fixes

* fix packagejson wrong paths ([9c72604](9c72604))
  • Loading branch information
semantic-release-bot committed Jun 19, 2024
1 parent 9e74f39 commit bafae87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/commercelayer/commercelayer-sdk-utils/compare/v2.1.0...v2.1.1) (2024-06-19)


### Bug Fixes

* fix packagejson wrong paths ([9c72604](https://github.com/commercelayer/commercelayer-sdk-utils/commit/9c726042fe0f6fb289e5617e4131570eb3f9b736))

# [2.1.0](https://github.com/commercelayer/commercelayer-sdk-utils/compare/v2.0.1...v2.1.0) (2024-05-07)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercelayer/sdk-utils",
"version": "2.0.1",
"version": "2.1.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -57,4 +57,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit bafae87

Please sign in to comment.