001-semantic-release-tutorial
Advanced tools
Comparing version 7.0.0 to 7.2.0
@@ -0,3 +1,5 @@ | ||
// In case if you forget how to use semantic release, use this url: | ||
// https://www.youtube.com/watch?v=mah8PV6ugNY | ||
const thisIsAFunction = "this is a test var!"; | ||
console.log(thisIsAFunction); |
{ | ||
"name": "001-semantic-release-tutorial", | ||
"version": "7.0.0", | ||
"version": "7.2.0", | ||
"description": "Test package for semantic-release tutorial", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1879
24