stdnum 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+ ## [1.3.4](https://github.com/koblas/stdnum-js/compare/v1.3.3...v1.3.4) (2022-03-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **notes:** release notes update ([28f22bd](https://github.com/koblas/stdnum-js/commit/28f22bd77fb00f0b7dd61d84d0b7bfd457c7dce4))
package/README.md CHANGED
@@ -196,3 +196,9 @@ many of the checksum algorithm sources
196
196
  ### References
197
197
 
198
198
  https://wiki.scn.sap.com/wiki/display/CRM/Country+Tax+Category+check
199
+
200
+ ### Release Notes
201
+
202
+ This project is now using https://github.com/semantic-release/semantic-release to manage the
203
+ release process. Commit messages should use the format specified to handle the major/minor/patch
204
+ versioning information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stdnum",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Standard Number Validation",
5
5
  "files": [
6
6
  "lib"
@@ -54,6 +54,8 @@
54
54
  },
55
55
  "license": "MIT",
56
56
  "devDependencies": {
57
+ "@semantic-release/changelog": "^6.0.1",
58
+ "@semantic-release/git": "^10.0.1",
57
59
  "@types/jest": "^26.0.15",
58
60
  "@typescript-eslint/eslint-plugin": "^4.8.1",
59
61
  "@typescript-eslint/parser": "^4.8.1",
@@ -65,7 +67,6 @@
65
67
  "eslint-plugin-prettier": "^3.1.4",
66
68
  "jest": "^26.6.3",
67
69
  "prettier": "^2.2.0",
68
- "semver": "^7.3.5",
69
70
  "ts-jest": "^26.4.4",
70
71
  "tslint": "^6.1.3",
71
72
  "tslint-config-prettier": "^1.18.0",