@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.3] - 2022-03-23 | ||
### Changed | ||
- Updated package dependencies | ||
## [1.0.2] - 2022-01-25 | ||
@@ -26,4 +30,5 @@ ### Changed | ||
[1.0.3]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.2...v1.0.3 | ||
[1.0.2]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.1...v1.0.2 | ||
[1.0.1]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v0.1.0...v1.0.0 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.", | ||
@@ -23,3 +23,3 @@ "homepage": "https://jetpack.com", | ||
"devDependencies": { | ||
"@babel/core": "7.16.0", | ||
"@babel/core": "7.17.8", | ||
"babel-plugin-tester": "10.1.0", | ||
@@ -26,0 +26,0 @@ "jest": "27.3.1" |
28059