Skip to content

Commit

Permalink
chore(release): 1.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Nov 10, 2022
1 parent dde17b8 commit 14bcd2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.5.0-rc.1](https://github.com/ecomplus/utils/compare/v1.5.0-rc.0...v1.5.0-rc.1) (2022-11-10)


### Bug Fixes

* stop importing package.json, mock pkg name and version instead ([156e599](https://github.com/ecomplus/utils/commit/156e599d770aa824cc5c6e1031e130c27ab374ea))

## [1.5.0-rc.0](https://github.com/ecomplus/utils/compare/v1.4.1...v1.5.0-rc.0) (2022-11-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/utils",
"version": "1.5.0-rc.0",
"version": "1.5.0-rc.1",
"description": "JS utility functions to E-Com Plus (not only) related apps",
"exports": {
"import": "./dist/esm/index.mjs",
Expand Down

0 comments on commit 14bcd2e

Please sign in to comment.