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 +6 -0
- package/README.md +6 -0
- package/package.json +3 -2
package/CHANGELOG.md
ADDED
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
|
+
"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",
|