Skip to content

Commit

Permalink
chore(release): 3.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.1](v3.3.0...v3.3.1) (2025-01-17)

### Bug Fixes

* **gam:** better handling of broken ad unit ([#934](#934)) ([0fdcc4f](0fdcc4f))
  • Loading branch information
semantic-release-bot committed Jan 17, 2025
1 parent 0fdcc4f commit 1becc9f
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.3.1](https://github.com/Automattic/newspack-ads/compare/v3.3.0...v3.3.1) (2025-01-17)


### Bug Fixes

* **gam:** better handling of broken ad unit ([#934](https://github.com/Automattic/newspack-ads/issues/934)) ([0fdcc4f](https://github.com/Automattic/newspack-ads/commit/0fdcc4fba341140e40e2d7ae6b8799b19161f4e2))

# [3.3.0](https://github.com/Automattic/newspack-ads/compare/v3.2.2...v3.3.0) (2025-01-14)


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.3.0
* Version: 3.3.1
*
* @package Newspack
*/
Expand All @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_ADS_VERSION', '3.3.0' );
define( 'NEWSPACK_ADS_VERSION', '3.3.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.3.0",
"version": "3.3.1",
"author": "Automattic",
"private": true,
"scripts": {
Expand Down

0 comments on commit 1becc9f

Please sign in to comment.