Skip to content

Commit e8c02a8

Browse files
chore(release): 1.0.0
1 parent 23af579 commit e8c02a8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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](https://github.com/conjoon/extjs-app-imapuser/compare/v0.2.4...v1.0.0) (2023-01-29)
6+
7+
8+
### Features
9+
10+
* extjs-app-imapuser disables default MailAccountHandler ([7d22811](https://github.com/conjoon/extjs-app-imapuser/commit/7d22811945e46782da6c660fd7a27cb1462c03bd)), closes [conjoon/conjoon#23](https://github.com/conjoon/conjoon/issues/23)
11+
12+
13+
### Bug Fixes
14+
15+
* the RequestConfiguratorSingleton's class cannot be resolved ([be7f75e](https://github.com/conjoon/extjs-app-imapuser/commit/be7f75ed64c2ad1b6edd383f152ebb66e44e7292))
16+
517
### [0.2.4](https://github.com/conjoon/extjs-app-imapuser/compare/v0.2.3...v0.2.4) (2022-12-14)
618

719
### [0.2.3](https://github.com/conjoon/extjs-app-imapuser/compare/v0.2.2...v0.2.3) (2022-12-14)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
]
7474
},
7575
"description": "Sencha Ext JS NPM package for authentication against IMAP servers.",
76-
"version": "0.2.4",
76+
"version": "1.0.0",
7777
"type": "module",
7878
"main": "index.js",
7979
"directories": {

0 commit comments

Comments
 (0)