Skip to content

Commit a71aef9

Browse files
chore(release): 0.1.6
1 parent 8eaf46b commit a71aef9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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+
### [0.1.6](https://github.com/coon-js/extjs-app-user/compare/v0.1.5...v0.1.6) (2022-01-14)
6+
7+
8+
### Bug Fixes
9+
10+
* fix wrong version prefix for allowing broader range of version compatibility ([3a30a44](https://github.com/coon-js/extjs-app-user/commit/3a30a444713b3dc6710213803db3f0f22753ae1b))
11+
512
### [0.1.5](https://github.com/coon-js/extjs-app-user/compare/v0.1.4...v0.1.5) (2022-01-14)
613

714
### [0.1.2](https://github.com/coon-js/extjs-app-user/compare/v0.1.1...v0.1.2) (2022-01-14)

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -49,7 +49,7 @@
4949
"compatVersion": "0.0.2"
5050
},
5151
"description": "This NPM package for Sencha ExtJS applications package provides functionality for managing user authentication, defining `pre`- and `postLaunchHooks` for an [extjs-lib-comp](https://github.com/coon-js/extjs-lib-comp) application (`coon.comp.app.Application`) as well as required views.",
52-
"version": "0.1.5",
52+
"version": "0.1.6",
5353
"main": "index.js",
5454
"directories": {
5555
"test": "tests"

0 commit comments

Comments
 (0)