@anephenix/sarus
Advanced tools
Comparing version 0.6.1 to 0.6.2
# CHANGELOG | ||
### 0.6.2 - Monday 30th September, 2024 | ||
- Tweaks to the prepare-patch-release command | ||
- Use a script to prepare the patch release | ||
- A workaround for the GitHub action to fetch tags | ||
- Running publish will update the changelog automatically | ||
- Small tweak to the changelog script | ||
- Added a script to generate updates for the changelog | ||
- Updated Changelog | ||
### 0.6.1 - Friday 27th September, 2024 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@anephenix/sarus", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A WebSocket JavaScript library", | ||
@@ -38,2 +38,3 @@ "main": "dist/index.js", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.1.3" | ||
@@ -43,6 +44,8 @@ }, | ||
"build": "tsc --project tsconfig.json", | ||
"watch": "tsc --project tsconfig.json --watch", | ||
"check-prettier": "prettier src __tests__ --check", | ||
"prepare-patch-release": "npm run update-changelog && git add CHANGELOG.md && git commit -m \"Updated changelog\" && npm version patch", | ||
"prettier": "prettier src __tests__ --write", | ||
"test": "jest --coverage", | ||
"prettier": "prettier src __tests__ --write", | ||
"check-prettier": "prettier src __tests__ --check" | ||
"update-changelog": "npx ts-node scripts/update-changelog.ts", | ||
"watch": "tsc --project tsconfig.json --watch" | ||
}, | ||
@@ -49,0 +52,0 @@ "repository": { |
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
130764
43
2217
17