automatic-semver-demo
Advanced tools
Comparing version 3.1.0 to 4.0.0
@@ -0,1 +1,13 @@ | ||
# [4.0.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v3.1.0...v4.0.0) (2021-06-18) | ||
### Features | ||
* 🎸 rename foo method to fooo ([9118f01](https://github.com/EduardoSimon/auto-versioning-demo/commit/9118f01ef40fa6d3ad48cf078c45c61735b4f5c8)) | ||
### BREAKING CHANGES | ||
* 🧨 rename foo to fooo thus breaking consumer that call that method | ||
# [3.1.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v3.0.0...v3.1.0) (2021-06-18) | ||
@@ -2,0 +14,0 @@ |
@@ -9,8 +9,8 @@ var version = require('./package.json').version; | ||
} | ||
const foo = () => { | ||
const fooo = () => { | ||
console.log('foo'); | ||
} | ||
exports.foo = foo; | ||
exports.fooo = fooo; | ||
exports.bar = bar; | ||
exports.greet = greet; |
{ | ||
"name": "automatic-semver-demo", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "Auto versioning demo", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3666