@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.1.4] | ||
### Changed | ||
- Updated @babel/core dependency | ||
## [0.1.3] | ||
@@ -175,4 +181,6 @@ | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.3...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.4...HEAD | ||
[0.1.4]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.3...v0.1.4 | ||
[0.1.3]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.2...v0.1.3 | ||
@@ -179,0 +187,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Say hello", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.3", | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
@@ -36,0 +36,0 @@ "@jarrodldavis/remark-changelog-version-bump": "^0.1.1", |
8421