Skip to content

Commit 1c6f17c

Browse files
committed
chore(release): 1.0.0-rc.1
1 parent d39b882 commit 1c6f17c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [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)
6+
7+
8+
### Bug Fixes
9+
10+
* **emitter:** fix handling instance events ([d39b882](https://github.com/ecomclub/ecomplus-auth/commit/d39b882375c288154a2e421bf2a14c7f1e8096b2))
11+
512
## [1.0.0-rc.0](https://github.com/ecomclub/ecomplus-auth/compare/v1.0.0-rc...v1.0.0-rc.0) (2021-01-07)
613

714

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/auth",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "JS client for E-Com Plus admin authentication",
55
"main": "dist/ecom-auth.min.js",
66
"module": "src/index.js",
@@ -11,7 +11,7 @@
1111
"build": "NODE_ENV=production webpack",
1212
"serve": "webpack-dev-server",
1313
"doc": "rm -rf ./docs/*; jsdoc ./src -r ./README.md -d ./docs -t ./node_modules/docdash",
14-
"release": "rm -rf ./dist; npm run build && standard-version"
14+
"release": "rm -rf ./dist; npm run build && standard-version --prerelease rc"
1515
},
1616
"repository": {
1717
"type": "git",
@@ -70,6 +70,7 @@
7070
"> 0.2%"
7171
],
7272
"publishConfig": {
73-
"registry": "https://npm.pkg.github.com/"
73+
"registry": "https://npm.pkg.github.com/",
74+
"access": "public"
7475
}
7576
}

0 commit comments

Comments
 (0)