Skip to content

Commit

Permalink
chore(release): 1.1.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-alpha.1](v1.0.0...v1.1.0-alpha.1) (2020-12-17)

### Bug Fixes

* "listing type" should be a sort option by default ([684d657](684d657))
* avoid a PHP warning when updating a non-single meta value ([f5bcdfe](f5bcdfe))

### Features

* remove borders and padding in editor to match front-end styles ([#14](#14)) ([6c47a17](6c47a17))
  • Loading branch information
semantic-release-bot committed Dec 17, 2020
1 parent 9d1f5df commit 7a53951
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v1.0.0...v1.1.0-alpha.1) (2020-12-17)


### Bug Fixes

* "listing type" should be a sort option by default ([684d657](https://github.com/Automattic/newspack-listings/commit/684d65761e10febf7b2e08414aa9f162a3f9976d))
* avoid a PHP warning when updating a non-single meta value ([f5bcdfe](https://github.com/Automattic/newspack-listings/commit/f5bcdfe5fcfbb5718697c898cbcfa711df068156))


### Features

* remove borders and padding in editor to match front-end styles ([#14](https://github.com/Automattic/newspack-listings/issues/14)) ([6c47a17](https://github.com/Automattic/newspack-listings/commit/6c47a1760ea9429facb089f2be7bd71a91924cf0))

# 1.0.0 (2020-12-16)


Expand Down
2 changes: 1 addition & 1 deletion newspack-listings.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-listings
* Domain Path: /languages
* Version: 1.0.0
* Version: 1.1.0-alpha.1
*
* @package Newspack_Listings
*/
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-listings",
"version": "1.0.0",
"version": "1.1.0-alpha.1",
"description": "",
"scripts": {
"cm": "git-cz",
Expand Down

0 comments on commit 7a53951

Please sign in to comment.