File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.8.2-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 0.8.2] - 2026-04-10
129### Changed
13- - Update dependencies.
10+ - Update dependencies. [ # 48049 ]
1411
1512## [ 0.8.1] - 2026-04-09
1613### Changed
@@ -158,7 +155,7 @@ This is an alpha version! The changes listed here are not final.
158155### Changed
159156- Update package dependencies. [ #46143 ]
160157
161- [ 0.8.2-alpha ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.8.1...v0.8.2-alpha
158+ [ 0.8.2 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.8.1...v0.8.2
162159[ 0.8.1 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.8.0...v0.8.1
163160[ 0.8.0 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.7.0...v0.8.0
164161[ 0.7.0 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.6.2...v0.7.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @automattic/jetpack-newsletter" ,
3- "version" : " 0.8.2-alpha " ,
3+ "version" : " 0.8.2" ,
44 "private" : true ,
55 "description" : " Jetpack Newsletter functionality" ,
66 "homepage" : " https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/newsletter/#readme" ,
Original file line number Diff line number Diff line change 2121 */
2222class Settings {
2323
24- const PACKAGE_VERSION = '0.8.2-alpha ' ;
24+ const PACKAGE_VERSION = '0.8.2 ' ;
2525 /**
2626 * Whether the class has been initialized
2727 *
You can’t perform that action at this time.
0 commit comments