Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.1...v3.1.0) (2024-08-26)

### Bug Fixes

* add preview text fallback to make sure HTML is removed ([b4de251](b4de251))
* human-readable timestamp of sent newsletters ([#1590](#1590)) ([c3ddd29](c3ddd29))
* **subscription-block:** remove default list when misconfigured ([#1608](#1608)) ([6d0b440](6d0b440))

### Features

* consolidate data flows ([#1602](#1602)) ([dd56ab8](dd56ab8)), closes [#1567](#1567) [#1593](#1593) [#1601](#1601)
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent b451175 commit 5e636ed
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.1.0](https://github.com/Automattic/newspack-newsletters/compare/v3.0.1...v3.1.0) (2024-08-26)


### Bug Fixes

* add preview text fallback to make sure HTML is removed ([b4de251](https://github.com/Automattic/newspack-newsletters/commit/b4de25185894d88b51ea7c1fe7a8c2918c12ce18))
* human-readable timestamp of sent newsletters ([#1590](https://github.com/Automattic/newspack-newsletters/issues/1590)) ([c3ddd29](https://github.com/Automattic/newspack-newsletters/commit/c3ddd29b667151b88402931249c6c2939746836e))
* **subscription-block:** remove default list when misconfigured ([#1608](https://github.com/Automattic/newspack-newsletters/issues/1608)) ([6d0b440](https://github.com/Automattic/newspack-newsletters/commit/6d0b440d71bf09275ada4b0e15faf2781dd6f823))


### Features

* consolidate data flows ([#1602](https://github.com/Automattic/newspack-newsletters/issues/1602)) ([dd56ab8](https://github.com/Automattic/newspack-newsletters/commit/dd56ab89c8a03c7bfb4c3abd1c31b8cb66a0c89f)), closes [#1567](https://github.com/Automattic/newspack-newsletters/issues/1567) [#1593](https://github.com/Automattic/newspack-newsletters/issues/1593) [#1601](https://github.com/Automattic/newspack-newsletters/issues/1601)

## [3.0.1](https://github.com/Automattic/newspack-newsletters/compare/v3.0.0...v3.0.1) (2024-08-19)


Expand Down
2 changes: 1 addition & 1 deletion newspack-newsletters.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License: GPL2
* Text Domain: newspack-newsletters
* Domain Path: /languages
* Version: 3.1.0-alpha.2
* Version: 3.1.0
*
* @package Newspack_Newsletters
*/
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.

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": "3.0.1",
"version": "3.1.0",
"description": "",
"scripts": {
"cm": "newspack-scripts commit",
Expand Down

0 comments on commit 5e636ed

Please sign in to comment.