Skip to content

Commit

Permalink
chore(release): 1.1.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-alpha.1](v1.0.1...v1.1.0-alpha.1) (2024-01-25)

### Bug Fixes

* add workaround for distributor bug ([#36](#36)) ([123ac89](123ac89))

### Features

* add event queue debug ([#34](#34)) ([a5e48ae](a5e48ae))
  • Loading branch information
semantic-release-bot committed Jan 25, 2024
1 parent 8e4880e commit 5bca484
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.0.1...v1.1.0-alpha.1) (2024-01-25)


### Bug Fixes

* add workaround for distributor bug ([#36](https://github.com/Automattic/newspack-network/issues/36)) ([123ac89](https://github.com/Automattic/newspack-network/commit/123ac894154a6b92321bff92c6b0413357840b2f))


### Features

* add event queue debug ([#34](https://github.com/Automattic/newspack-network/issues/34)) ([a5e48ae](https://github.com/Automattic/newspack-network/commit/a5e48ae516b1b33ace4047eb2ee7f640ff96d514))

## [1.0.1](https://github.com/Automattic/newspack-network/compare/v1.0.0...v1.0.1) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion newspack-network.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Newspack Network
* Description: The Newspack Network plugin.
* Version: 1.0.1
* Version: 1.1.0-alpha.1
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL3
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-network",
"version": "1.0.1",
"version": "1.1.0-alpha.1",
"description": "The Newspack Network plugin.",
"license": "GPL-3.0",
"browserslist": [
Expand Down

0 comments on commit 5bca484

Please sign in to comment.