Skip to content

Commit

Permalink
chore(release): 2.26.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.26.1](v2.26.0...v2.26.1) (2023-11-17)

### Bug Fixes

* **settings:** get_setting method ([#1242](#1242)) ([e058644](e058644))
  • Loading branch information
semantic-release-bot committed Nov 17, 2023
1 parent e058644 commit 2b9e52c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.26.1](https://github.com/Automattic/newspack-popups/compare/v2.26.0...v2.26.1) (2023-11-17)


### Bug Fixes

* **settings:** get_setting method ([#1242](https://github.com/Automattic/newspack-popups/issues/1242)) ([e058644](https://github.com/Automattic/newspack-popups/commit/e0586441515a6380dafefc366171dff189c085b9))

# [2.26.0](https://github.com/Automattic/newspack-popups/compare/v2.25.0...v2.26.0) (2023-11-13)


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.0
* Version: 2.26.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.0",
"version": "2.26.1",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand Down

0 comments on commit 2b9e52c

Please sign in to comment.