automatic-semver-demo
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -0,1 +1,13 @@ | ||
# [5.0.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v4.0.0...v5.0.0) (2021-06-24) | ||
### Features | ||
* 🎸 add param to bar ([801a679](https://github.com/EduardoSimon/auto-versioning-demo/commit/801a6797fc4e43002cb66c1ebb1f37747546c2c8)) | ||
### BREAKING CHANGES | ||
* 🧨 add hello param to bar | ||
# [4.0.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v3.1.0...v4.0.0) (2021-06-18) | ||
@@ -2,0 +14,0 @@ |
@@ -6,3 +6,3 @@ var version = require('./package.json').version; | ||
} | ||
const bar = () => { | ||
const bar = (hello) => { | ||
console.log(`bar`); | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "automatic-semver-demo", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Auto versioning demo", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
4019