Skip to content

Commit a799f73

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.0...v1.7.0) (2024-05-15) ### Features * handle user deletion event on the network ([#91](#91)) ([cf3df3b](cf3df3b))
1 parent 6959e25 commit a799f73

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.7.0](https://github.com/Automattic/newspack-network/compare/v1.6.0...v1.7.0) (2024-05-15)
2+
3+
4+
### Features
5+
6+
* handle user deletion event on the network ([#91](https://github.com/Automattic/newspack-network/issues/91)) ([cf3df3b](https://github.com/Automattic/newspack-network/commit/cf3df3b5d2d61f2a1679823f80c4780467a0f4f5))
7+
18
# [1.7.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.6.0...v1.7.0-alpha.1) (2024-04-25)
29

310

newspack-network.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Newspack Network
44
* Description: The Newspack Network plugin.
5-
* Version: 1.7.0-alpha.1
5+
* Version: 1.7.0
66
* Author: Automattic
77
* Author URI: https://newspack.com/
88
* License: GPL3

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newspack-network",
3-
"version": "1.7.0-alpha.1",
3+
"version": "1.7.0",
44
"description": "The Newspack Network plugin.",
55
"license": "GPL-3.0",
66
"browserslist": [

0 commit comments

Comments
 (0)