@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.2 to 0.1.3-canary-5648126db15c5629b5fb04be9d80ecd57d40178f
@@ -10,2 +10,12 @@ # Changelog | ||
### Changed | ||
- Updated @babel/core dependency | ||
## [0.1.3] | ||
### Changed | ||
- Updated @babel/preset-env dependency | ||
## [0.1.2] | ||
@@ -169,4 +179,6 @@ | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.2...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.3...HEAD | ||
[0.1.3]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.2...v0.1.3 | ||
[0.1.2]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.1...v0.1.2 | ||
@@ -173,0 +185,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.2", | ||
"version": "0.1.3-canary-5648126db15c5629b5fb04be9d80ecd57d40178f", | ||
"description": "Say hello", | ||
@@ -33,4 +33,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
@@ -37,0 +37,0 @@ "@rollup/plugin-commonjs": "^11.0.1", |
8365