Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jan 19, 2021
1 parent d39b882 commit 1c6f17c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.0.0-rc.1](https://github.com/ecomclub/ecomplus-auth/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2021-01-19)


### Bug Fixes

* **emitter:** fix handling instance events ([d39b882](https://github.com/ecomclub/ecomplus-auth/commit/d39b882375c288154a2e421bf2a14c7f1e8096b2))

## [1.0.0-rc.0](https://github.com/ecomclub/ecomplus-auth/compare/v1.0.0-rc...v1.0.0-rc.0) (2021-01-07)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/auth",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "JS client for E-Com Plus admin authentication",
"main": "dist/ecom-auth.min.js",
"module": "src/index.js",
Expand All @@ -11,7 +11,7 @@
"build": "NODE_ENV=production webpack",
"serve": "webpack-dev-server",
"doc": "rm -rf ./docs/*; jsdoc ./src -r ./README.md -d ./docs -t ./node_modules/docdash",
"release": "rm -rf ./dist; npm run build && standard-version"
"release": "rm -rf ./dist; npm run build && standard-version --prerelease rc"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,6 +70,7 @@
"> 0.2%"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
"registry": "https://npm.pkg.github.com/",
"access": "public"
}
}

0 comments on commit 1c6f17c

Please sign in to comment.