Skip to content

Commit

Permalink
chore(release): 2.30.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.30.0](v2.29.1...v2.30.0) (2024-02-06)

### Bug Fixes

* prompts and segments schema ([#1260](#1260)) ([25e02ec](25e02ec))

### Features

* use custom capability_type for the CPT ([#1259](#1259)) ([1d01212](1d01212))
  • Loading branch information
semantic-release-bot committed Feb 6, 2024
1 parent d5a6fb9 commit 06c6488
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.30.0](https://github.com/Automattic/newspack-popups/compare/v2.29.1...v2.30.0) (2024-02-06)


### Bug Fixes

* prompts and segments schema ([#1260](https://github.com/Automattic/newspack-popups/issues/1260)) ([25e02ec](https://github.com/Automattic/newspack-popups/commit/25e02ec6d90b9953aa8bbeb639844b81bc2401c8))


### Features

* use custom capability_type for the CPT ([#1259](https://github.com/Automattic/newspack-popups/issues/1259)) ([1d01212](https://github.com/Automattic/newspack-popups/commit/1d01212c54b8307ff0150242ffa0d8b787f9e9ea))

# [2.30.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.29.2-alpha.1...v2.30.0-alpha.1) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion newspack-popups.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://newspack.com
* Text Domain: newspack-popups
* Domain Path: /languages
* Version: 2.30.0-alpha.1
* Version: 2.30.0
*
* @package Newspack_Popups
*/
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-popups",
"version": "2.30.0-alpha.1",
"version": "2.30.0",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand Down

0 comments on commit 06c6488

Please sign in to comment.