@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.1 to 0.1.2-canary-d9f6f073e7c61c2599d0a2efb4f1bd758b32cf3d
@@ -10,2 +10,12 @@ # Changelog | ||
### Changed | ||
- Updated @babel/preset-env dependency | ||
## [0.1.2] | ||
### Changed | ||
- Updated ts-jest dependency | ||
## [0.1.1] | ||
@@ -163,4 +173,6 @@ | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.1...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.2...HEAD | ||
[0.1.2]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.1...v0.1.2 | ||
[0.1.1]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.0...v0.1.1 | ||
@@ -167,0 +179,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.1", | ||
"version": "0.1.2-canary-d9f6f073e7c61c2599d0a2efb4f1bd758b32cf3d", | ||
"description": "Say hello", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
"@babel/core": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
@@ -45,3 +45,3 @@ "@rollup/plugin-commonjs": "^11.0.1", | ||
"rollup-plugin-terser": "^5.2.0", | ||
"ts-jest": "^25.0.0", | ||
"ts-jest": "^25.1.0", | ||
"tslib": "^1.10.0", | ||
@@ -48,0 +48,0 @@ "typedoc": "^0.16.9", |
8212