Skip to content

Commit

Permalink
chore(release): merge in release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matticbot committed Oct 11, 2024
2 parents bc70c76 + 2fae0fa commit 344338a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.2.1](https://github.com/Automattic/newspack-ads/compare/v3.2.0...v3.2.1) (2024-10-11)


### Bug Fixes

* disappearing inline block appender ([d36a788](https://github.com/Automattic/newspack-ads/commit/d36a7884a6b5189004bec2f0f2d096a1099b3cbb))

# [3.2.0](https://github.com/Automattic/newspack-ads/compare/v3.1.0...v3.2.0) (2024-10-09)


Expand Down
4 changes: 2 additions & 2 deletions newspack-ads.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Ad services integration.
* Author: Automattic
* License: GPL2
* Version: 3.2.0
* Version: 3.2.1
*
* @package Newspack
*/
Expand All @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_ADS_VERSION', '3.2.0' );
define( 'NEWSPACK_ADS_VERSION', '3.2.1' );

// Define NEWSPACK_ADS_PLUGIN_FILE.
if ( ! defined( 'NEWSPACK_ADS_PLUGIN_FILE' ) ) {
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-ads",
"version": "3.2.0",
"version": "3.2.1",
"author": "Automattic",
"private": true,
"scripts": {
Expand Down

0 comments on commit 344338a

Please sign in to comment.