Skip to content

Commit

Permalink
chore(release): 2.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.9.0](v2.8.0...v2.9.0) (2022-01-19)

### Bug Fixes

* a fatal error when self-serve listings env variable is not defined ([#196](#196)) ([59f6ab6](59f6ab6))
* minor bugfixes for featured and self-serve listings ([#181](#181)) ([3609e7a](3609e7a))

### Features

* **ugc:** handle self-serve purchase form submission ([#135](#135)) ([7a62bd8](7a62bd8))
  • Loading branch information
semantic-release-bot committed Jan 19, 2022
1 parent 5093388 commit 35d37c7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.9.0](https://github.com/Automattic/newspack-listings/compare/v2.8.0...v2.9.0) (2022-01-19)


### Bug Fixes

* a fatal error when self-serve listings env variable is not defined ([#196](https://github.com/Automattic/newspack-listings/issues/196)) ([59f6ab6](https://github.com/Automattic/newspack-listings/commit/59f6ab6216b80ab32f9aa30ccc8d77eb54b26865))
* minor bugfixes for featured and self-serve listings ([#181](https://github.com/Automattic/newspack-listings/issues/181)) ([3609e7a](https://github.com/Automattic/newspack-listings/commit/3609e7a031793179e46e0374385bea499b234779))


### Features

* **ugc:** handle self-serve purchase form submission ([#135](https://github.com/Automattic/newspack-listings/issues/135)) ([7a62bd8](https://github.com/Automattic/newspack-listings/commit/7a62bd8bca95ac47ff1ef8fbb5899854df71f07c))

# [2.9.0-alpha.3](https://github.com/Automattic/newspack-listings/compare/v2.9.0-alpha.2...v2.9.0-alpha.3) (2022-01-11)


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: 2.9.0-alpha.3
* Version: 2.9.0
*
* @package Newspack_Listings
*/
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-listings",
"version": "2.9.0-alpha.3",
"version": "2.9.0",
"description": "",
"scripts": {
"cm": "git-cz",
Expand Down

0 comments on commit 35d37c7

Please sign in to comment.