Skip to content

Commit fcfe564

Browse files
committed
chore(release): 1.0.0-rc
1 parent 0b71186 commit fcfe564

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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](https://github.com/ecomclub/ecomplus-auth/compare/v0.4.1...v1.0.0-rc) (2021-01-07)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency axios to ^0.21.0 [security] ([#90](https://github.com/ecomclub/ecomplus-auth/issues/90)) ([0b71186](https://github.com/ecomclub/ecomplus-auth/commit/0b7118611c7fd3c18c63ab6de888110d5d5e994e))
11+
512
### [0.4.1](https://github.com/ecomclub/ecomplus-auth/compare/v0.4.0...v0.4.1) (2019-12-05)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/auth",
3-
"version": "0.4.1",
3+
"version": "1.0.0-rc",
44
"description": "JS client for E-Com Plus admin authentication",
55
"main": "dist/ecom-auth.min.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)