@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.14] - 2022-09-13 | ||
### Changed | ||
- Updated package dependencies. [#26072] | ||
## [1.0.13] - 2022-08-23 | ||
@@ -70,2 +74,3 @@ ### Changed | ||
[1.0.14]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.13...v1.0.14 | ||
[1.0.13]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.12...v1.0.13 | ||
@@ -72,0 +77,0 @@ [1.0.12]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.11...v1.0.12 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme", |
30225