automatic-semver-demo
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -1,2 +0,2 @@ | ||
# [3.0.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v2.1.0...v3.0.0) (2021-06-17) | ||
# [3.1.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v3.0.0...v3.1.0) (2021-06-18) | ||
@@ -6,2 +6,9 @@ | ||
* 🎸 add foo method and create readme ([c06e5d7](https://github.com/EduardoSimon/auto-versioning-demo/commit/c06e5d76814eb8281f025d3d3fd7e2a83ff22fa1)) | ||
# [3.0.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v2.1.0...v3.0.0) (2021-06-18) | ||
### Features | ||
* 🎸 change foo method to bar ([f02d5be](https://github.com/EduardoSimon/auto-versioning-demo/commit/f02d5be75954a76aa6b652aae6f243aee6e9d83c)) | ||
@@ -14,2 +21,14 @@ | ||
# [3.0.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v2.1.0...v3.0.0) (2021-06-18) | ||
### Features | ||
* 🎸 change foo method to bar ([f02d5be](https://github.com/EduardoSimon/auto-versioning-demo/commit/f02d5be75954a76aa6b652aae6f243aee6e9d83c)) | ||
### BREAKING CHANGES | ||
* 🧨 rename foo to bar | ||
# [2.1.0](https://github.com/EduardoSimon/auto-versioning-demo/compare/v2.0.1...v2.1.0) (2021-06-17) | ||
@@ -16,0 +35,0 @@ |
@@ -9,5 +9,8 @@ var version = require('./package.json').version; | ||
} | ||
const foo = () => { | ||
console.log('foo'); | ||
} | ||
exports.foo = foo; | ||
exports.bar = bar; | ||
exports.greet = greet; |
{ | ||
"name": "automatic-semver-demo", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Auto versioning demo", | ||
@@ -33,5 +33,6 @@ "main": "index.js", | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
3303
7
14
1
13
0