diff --git a/CHANGELOG.md b/CHANGELOG.md index be0df93cf..92a594c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [Upcoming](https://github.com/reimagined/resolve/tree/HEAD) + +[Full Changelog](https://github.com/reimagined/resolve/compare/V0.34.3...HEAD) + +**Other changes:** + +- Run package publish test [\#2289](https://github.com/reimagined/resolve/pull/2289) + ## [V0.34.3](https://github.com/reimagined/resolve/tree/V0.34.3) (2022-07-29) [Full Changelog](https://github.com/reimagined/resolve/compare/V0.34.2...V0.34.3) diff --git a/package.json b/package.json index b67345f01..bb519c952 100644 --- a/package.json +++ b/package.json @@ -69,8 +69,8 @@ "@typescript-eslint/parser": "5.12.0", "@yarnpkg/lockfile": "1.1.0", "babel-eslint": "10.1.0", - "babel-plugin-transform-inline-environment-variables": "0.4.3", "babel-jest": "27.5.1", + "babel-plugin-transform-inline-environment-variables": "0.4.3", "eslint": "8.9.0", "eslint-config-prettier": "8.4.0", "eslint-plugin-prettier": "4.0.0",