Skip to content

Commit c93ae07

Browse files
committed
chore(release): 0.7.7
1 parent df5e0b4 commit c93ae07

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.7] - 2026-07-30
11+
1012
### Changed
1113

1214
- **The embedded Publisher Insights graph/debug overlay declares its stylesheet

newspack-intelligence.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Newspack Intelligence
44
* Description: AI-driven team intelligence digest built on the newspack-nodes substrate.
5-
* Version: 0.7.6
5+
* Version: 0.7.7
66
* Requires Plugins: newspack-nodes
77
* Text Domain: newspack-intelligence
88
*
@@ -14,7 +14,7 @@
1414
\defined( 'ABSPATH' ) || exit;
1515

1616
if ( ! \defined( 'NEWSPACK_INTELLIGENCE_VERSION' ) ) {
17-
\define( 'NEWSPACK_INTELLIGENCE_VERSION', '0.7.6' );
17+
\define( 'NEWSPACK_INTELLIGENCE_VERSION', '0.7.7' );
1818
}
1919
if ( ! \defined( 'NEWSPACK_INTELLIGENCE_DIR' ) ) {
2020
\define( 'NEWSPACK_INTELLIGENCE_DIR', \plugin_dir_path( __FILE__ ) );

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newspack-intelligence",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"private": true,
55
"description": "AI-driven team intelligence digest built on newspack-nodes.",
66
"author": "Automattic",

0 commit comments

Comments
 (0)