Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2020-09-08)

### Bug Fixes

* harden post type check to prevent notices ([60879a9](60879a9))
  • Loading branch information
semantic-release-bot committed Sep 8, 2020
1 parent 2942915 commit 3b037fc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/Automattic/newspack-sponsors/compare/v1.2.0...v1.2.1) (2020-09-08)


### Bug Fixes

* harden post type check to prevent notices ([60879a9](https://github.com/Automattic/newspack-sponsors/commit/60879a9ce83d0846db537c085ed03b783a03fc69))

# [1.2.0](https://github.com/Automattic/newspack-sponsors/compare/v1.1.0...v1.2.0) (2020-08-25)


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

0 comments on commit 3b037fc

Please sign in to comment.