summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md')
-rw-r--r--plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md56
1 files changed, 56 insertions, 0 deletions
diff --git a/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md b/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md
new file mode 100644
index 00000000..085c9a1b
--- /dev/null
+++ b/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md
@@ -0,0 +1,56 @@
+# Changelog
+
+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.2.4] - 2022-05-31
+### Changed
+- Updated package dependencies. [#24475] [#24573]
+
+## [0.2.3] - 2022-05-24
+### Changed
+- Updated package dependencies. [#24449]
+
+## [0.2.2] - 2022-05-18
+### Changed
+- Updated package dependencies. [#23795] [#24153] [#24306] [#24372]
+
+## [0.2.1] - 2022-05-10
+### Added
+- Add missing JS dep on `core-js`. [#24288]
+
+### Changed
+- Updated package dependencies. [#24204]
+
+## [0.2.0] - 2022-05-04
+### Added
+- Add missing JavaScript dependencies. [#24096]
+
+### Changed
+- Moving from raw HTML tags to Jetpack components with ThemeProvider. [#24109]
+- Remove use of `pnpx` in preparation for pnpm 7.0. [#24210]
+- Updated package dependencies. [#24095] [#24198] [#24199] [#24200] [#24200] [#24230]
+
+### Deprecated
+- Moved the options class into Connection. [#24095]
+
+## [0.1.1] - 2022-04-26
+### Changed
+- Update package.json metadata.
+
+## 0.1.0 - 2022-04-19
+### Added
+- Added WordAds package for new UI work
+
+### Changed
+- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput`
+- Updated package dependencies.
+
+[0.2.4]: https://github.com/Automattic/jetpack-wordads/compare/v0.2.3...v0.2.4
+[0.2.3]: https://github.com/Automattic/jetpack-wordads/compare/v0.2.2...v0.2.3
+[0.2.2]: https://github.com/Automattic/jetpack-wordads/compare/v0.2.1...v0.2.2
+[0.2.1]: https://github.com/Automattic/jetpack-wordads/compare/v0.2.0...v0.2.1
+[0.2.0]: https://github.com/Automattic/jetpack-wordads/compare/v0.1.1...v0.2.0
+[0.1.1]: https://github.com/Automattic/jetpack-wordads/compare/v0.1.0...v0.1.1