Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](v1.10.0...v1.11.0) (2020-09-01)

### Bug Fixes

* assorted bugfixes ([#317](#317)) ([01a72fb](01a72fb)), closes [#300](#300) [#305](#305)
* escaped domain ([#315](#315)) ([5e83e8b](5e83e8b))
* modal margin and header height ([#310](#310)) ([b87a768](b87a768))

### Features

* add branding banner to the CPT wp-admin pages ([#316](#316)) ([285785c](285785c))
* option to specify public newsletters slug ([77656dd](77656dd))
* remove Newspack UI from Ads screen ([#314](#314)) ([d68caa7](d68caa7))
  • Loading branch information
semantic-release-bot committed Sep 1, 2020
1 parent e2abf00 commit db1900d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.11.0](https://github.com/Automattic/newspack-newsletters/compare/v1.10.0...v1.11.0) (2020-09-01)


### Bug Fixes

* assorted bugfixes ([#317](https://github.com/Automattic/newspack-newsletters/issues/317)) ([01a72fb](https://github.com/Automattic/newspack-newsletters/commit/01a72fb6f418b7c46205e76536249cece7e57ff0)), closes [#300](https://github.com/Automattic/newspack-newsletters/issues/300) [#305](https://github.com/Automattic/newspack-newsletters/issues/305)
* escaped domain ([#315](https://github.com/Automattic/newspack-newsletters/issues/315)) ([5e83e8b](https://github.com/Automattic/newspack-newsletters/commit/5e83e8b0525633e2a1f83fc7068e45f5a7ab25f3))
* modal margin and header height ([#310](https://github.com/Automattic/newspack-newsletters/issues/310)) ([b87a768](https://github.com/Automattic/newspack-newsletters/commit/b87a7688e1185e4dba137a76d28f5cef2bbc4fee))


### Features

* add branding banner to the CPT wp-admin pages ([#316](https://github.com/Automattic/newspack-newsletters/issues/316)) ([285785c](https://github.com/Automattic/newspack-newsletters/commit/285785c7b008b1343c91d83fb0f3725cd43f3089))
* option to specify public newsletters slug ([77656dd](https://github.com/Automattic/newspack-newsletters/commit/77656dd551ec73c211da2a6f2beb3093b01f9bd6))
* remove Newspack UI from Ads screen ([#314](https://github.com/Automattic/newspack-newsletters/issues/314)) ([d68caa7](https://github.com/Automattic/newspack-newsletters/commit/d68caa7aee414ff68256e90a147349f1f16b4e55))

# [1.10.0](https://github.com/Automattic/newspack-newsletters/compare/v1.9.0...v1.10.0) (2020-08-25)


Expand Down
2 changes: 1 addition & 1 deletion newspack-newsletters.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://newspack.pub
* Text Domain: newspack-newsletters
* Domain Path: /languages
* Version: 1.10.0
* Version: 1.11.0
*
* @package Newspack_Newsletters
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-newsletters",
"version": "1.10.0",
"version": "1.11.0",
"description": "",
"scripts": {
"cm": "git-cz",
Expand Down

0 comments on commit db1900d

Please sign in to comment.