Skip to content

Commit

Permalink
chore(release): 2.27.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.27.0-alpha.1](v2.26.1...v2.27.0-alpha.1) (2023-11-30)

### Features

* don't enqueue criteria if popups are disabled for post ([3fbd4b6](3fbd4b6))
* **segmentation:** detect duplicated segments ([#1244](#1244)) ([3cfc89a](3cfc89a))
  • Loading branch information
semantic-release-bot committed Nov 30, 2023
1 parent d0ebaa7 commit b29a38d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.27.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.26.1...v2.27.0-alpha.1) (2023-11-30)


### Features

* don't enqueue criteria if popups are disabled for post ([3fbd4b6](https://github.com/Automattic/newspack-popups/commit/3fbd4b64191419b8becf15e6f55d6bfac21e47e4))
* **segmentation:** detect duplicated segments ([#1244](https://github.com/Automattic/newspack-popups/issues/1244)) ([3cfc89a](https://github.com/Automattic/newspack-popups/commit/3cfc89a2626c7e2c1eb6bf207301ddc7c4777d64))

## [2.26.1](https://github.com/Automattic/newspack-popups/compare/v2.26.0...v2.26.1) (2023-11-17)


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.26.1
* Version: 2.27.0-alpha.1
*
* @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.26.1",
"version": "2.27.0-alpha.1",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand Down

0 comments on commit b29a38d

Please sign in to comment.