Skip to content

Commit

Permalink
chore(release): 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Feb 26, 2023
1 parent 3075123 commit e430aea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.0.15](https://github.com/conjoon/extjs-app-webmail/compare/v1.0.14...v1.0.15) (2023-02-26)


### Bug Fixes

* blocked bg-images do not trigger external content warning ([3075123](https://github.com/conjoon/extjs-app-webmail/commit/3075123c60db372374d0d72856ba96f2d8753ca3)), closes [conjoon/extjs-app-webmail#284](https://github.com/conjoon/extjs-app-webmail/issues/284)

### [1.0.14](https://github.com/conjoon/extjs-app-webmail/compare/v1.0.13...v1.0.14) (2023-02-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"creator": "Thorsten Suckow-Homberg <[email protected]>",
"summary": "JavaScript Sencha ExtJS Webmail client.",
"detailedDescription": "This package contains an email client to be used with the conjoon project.",
"version": "1.0.14",
"compatVersion": "1.0.14",
"version": "1.0.15",
"compatVersion": "1.0.15",
"format": "1",
"slicer": {
"js": [
Expand Down Expand Up @@ -90,7 +90,7 @@
"standard-version": "^9.3.1"
},
"description": "JavaScript email client for conjoon, powered by Sencha Ext JS and coon.js",
"version": "1.0.14",
"version": "1.0.15",
"main": "index.js",
"directories": {
"test": "tests"
Expand Down Expand Up @@ -134,4 +134,4 @@
"url": "https://github.com/conjoon/extjs-app-webmail/issues"
},
"homepage": "https://github.com/conjoon/extjs-app-webmail#readme"
}
}

0 comments on commit e430aea

Please sign in to comment.