Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2020-04-30)

### Bug Fixes

* newsletter layouts preview thumbnails ([#175](#175)) ([7280483](7280483))
* posts inserter no-insertion workflow ([#174](#174)) ([53d8b7c](53d8b7c))

### Features

* enable selecting specific post ids ([#170](#170)) ([1781d60](1781d60))
* prevent duplicate posts when multiple Posts Inserter instances ([#167](#167)) ([bbdbc3e](bbdbc3e)), closes [#147](#147)
  • Loading branch information
semantic-release-bot committed Apr 30, 2020
1 parent e08122a commit 5946bb0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.0.0-alpha.3](https://github.com/Automattic/newspack-newsletters/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2020-04-30)


### Bug Fixes

* newsletter layouts preview thumbnails ([#175](https://github.com/Automattic/newspack-newsletters/issues/175)) ([7280483](https://github.com/Automattic/newspack-newsletters/commit/7280483e792b2ec5502ec8a538a262616b2aa144))
* posts inserter no-insertion workflow ([#174](https://github.com/Automattic/newspack-newsletters/issues/174)) ([53d8b7c](https://github.com/Automattic/newspack-newsletters/commit/53d8b7cbc93e6939191fb02d79684471f7323502))


### Features

* enable selecting specific post ids ([#170](https://github.com/Automattic/newspack-newsletters/issues/170)) ([1781d60](https://github.com/Automattic/newspack-newsletters/commit/1781d60e0415e0a449032c6656a4e098bd705d0e))
* prevent duplicate posts when multiple Posts Inserter instances ([#167](https://github.com/Automattic/newspack-newsletters/issues/167)) ([bbdbc3e](https://github.com/Automattic/newspack-newsletters/commit/bbdbc3e9820a65121711041dd9913ff16e0142a0)), closes [#147](https://github.com/Automattic/newspack-newsletters/issues/147)

# [1.0.0-alpha.2](https://github.com/Automattic/newspack-newsletters/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2020-04-27)


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.blog
* Text Domain: newspack-newsletters
* Domain Path: /languages
* Version: 1.0.0-alpha.2
* Version: 1.0.0-alpha.3
*
* @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.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "",
"scripts": {
"cm": "git-cz",
Expand Down

0 comments on commit 5946bb0

Please sign in to comment.