Skip to content

Commit bed295e

Browse files
chore(release): 1.0.2
1 parent a58c717 commit bed295e

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
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.2](https://github.com/conjoon/extjs-app-webmail/compare/v1.0.1...v1.0.2) (2023-02-07)
6+
7+
8+
### Features
9+
10+
* inbox_user and outbox_user default to email address of new account ([0f615da](https://github.com/conjoon/extjs-app-webmail/commit/0f615da75046fa43d50baec1a6f108a934672f33)), closes [conjoon/extjs-app-webmail#272](https://github.com/conjoon/extjs-app-webmail/issues/272)
11+
12+
13+
### Bug Fixes
14+
15+
* inbox_type not available for "other" Mail Accounts ([b00c93d](https://github.com/conjoon/extjs-app-webmail/commit/b00c93deccf00b9f8a36ae68801e23103a65a74c)), closes [conjoon/extjs-app-localmailaccount#11](https://github.com/conjoon/extjs-app-localmailaccount/issues/11)
16+
517
### [1.0.1](https://github.com/conjoon/extjs-app-webmail/compare/v1.0.0...v1.0.1) (2023-01-28)
618

719
## [1.0.0](https://github.com/conjoon/extjs-app-webmail/compare/v0.4.0...v1.0.0) (2023-01-28)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"standard-version": "^9.3.1"
9191
},
9292
"description": "JavaScript email client for conjoon, powered by Sencha Ext JS and coon.js",
93-
"version": "1.0.1",
93+
"version": "1.0.2",
9494
"main": "index.js",
9595
"directories": {
9696
"test": "tests"
@@ -127,4 +127,4 @@
127127
"url": "https://github.com/conjoon/extjs-app-webmail/issues"
128128
},
129129
"homepage": "https://github.com/conjoon/extjs-app-webmail#readme"
130-
}
130+
}

0 commit comments

Comments
 (0)