diff --git a/.npmrc b/.npmrc index 895dcfe..3849b5c 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ #registry=https://npm.pkg.github.com/@32teeth registry=https://registry.npmjs.com/ 20 -loglevel=silent \ No newline at end of file +#loglevel=silent \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ca3df..ec285ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 0.0.3 + +What changed in this version? + +* Change 1 +* Change 2 +* Change 3 + ### 0.0.2 What changed in this version? diff --git a/package.json b/package.json index 8dfa7ce..8788837 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "git+https://github.com/32teeth/generic-nodejs-express-api.git" }, "license": "CC-BY-SA-4.0", - "version": "0.0.2", + "version": "0.0.3", "keywords": [ "nodejs", "express", diff --git a/release.sh b/release.sh index 625afc0..a15c596 100755 --- a/release.sh +++ b/release.sh @@ -26,14 +26,14 @@ github() { gh release create "$version" --generate-notes --title "$version" --notes "Release $version" - echo "Running npm publish" - npm publish - if [ $? -ne 0 ]; then - echo "npm publish failed" - exit 1 - else - echo "npm publish succeeded" - fi + #echo "Running npm publish" + #npm publish + #if [ $? -ne 0 ]; then + # echo "npm publish failed" + # exit 1 + #else + # echo "npm publish succeeded" + #fi } changelog() {