Skip to content

Commit

Permalink
Update dependency browserslist to v4.17.6 (#21703)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: matticbot <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1446011694
  • Loading branch information
anomiex authored and matticbot committed Nov 10, 2021
1 parent 7b4f960 commit 53fa02d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.4.0] - 2021-11-09
### Added
- Add a method to unambiguously determine whether the site is experiencing identity crisis.
Expand Down Expand Up @@ -84,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Use Connection/Urls for home_url and site_url functions migrated from Sync.

[0.4.1-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.4.0...v0.4.1-alpha
[0.4.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.8...v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-identity-crisis",
"version": "0.4.0",
"version": "0.4.1-alpha",
"description": "Jetpack Identity Crisis",
"main": "_inc/admin.jsx",
"repository": "https://github.com/Automattic/jetpack-identity-crisis",
Expand All @@ -17,7 +17,7 @@
"@wordpress/data": "6.1.2"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:^0.1.0",
"@automattic/jetpack-webpack-config": "workspace:^0.1.1-alpha",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/register": "7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-identity-crisis.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Identity_Crisis {
/**
* Package Version
*/
const PACKAGE_VERSION = '0.4.0';
const PACKAGE_VERSION = '0.4.1-alpha';

/**
* Instance of the object.
Expand Down

0 comments on commit 53fa02d

Please sign in to comment.