Skip to content

Commit

Permalink
chore(release): merge in release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matticbot committed Oct 8, 2024
2 parents 36f3af5 + bfdb3f4 commit 42b971b
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.1.0](https://github.com/Automattic/newspack-ads/compare/v3.0.2...v3.1.0) (2024-10-08)


### Features

* **media-kit:** add media kit (from publisher-media-kit plugin) ([#894](https://github.com/Automattic/newspack-ads/issues/894)) ([8c46acf](https://github.com/Automattic/newspack-ads/commit/8c46acf94d6dae77585df44d48374d9bc93a78e1))

## [3.0.2](https://github.com/Automattic/newspack-ads/compare/v3.0.1...v3.0.2) (2024-08-19)


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

defined( 'ABSPATH' ) || exit;

define( 'NEWSPACK_ADS_VERSION', '3.0.2' );
define( 'NEWSPACK_ADS_VERSION', '3.1.0' );

// 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.0.2",
"version": "3.1.0",
"author": "Automattic",
"private": true,
"scripts": {
Expand Down

0 comments on commit 42b971b

Please sign in to comment.