Skip to content

Commit

Permalink
Release v1.2.1 (#83)
Browse files Browse the repository at this point in the history
- update TLD files
- doc(README): update ci badge URLs (#82)
- dep(punycode): specify as punycode.js
  - which always avoid name conflict with stale node.js built-in
- dep(mocha & eslint): remove from devDeps (install as needed with npx)
- pkg: add ./test to .npmignore
  • Loading branch information
msimerson committed Apr 3, 2024
1 parent 428dbb8 commit aa9b918
Show file tree
Hide file tree
Showing 9 changed files with 341 additions and 3,584 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ codecov.yml

http/bower_components
http/node_modules
test
2 changes: 1 addition & 1 deletion .release
Submodule .release updated 6 files
+12 −5 CHANGELOG.md
+1 −1 LICENSE
+11 −9 README.md
+7 −6 npm/prepend-scope.cjs
+6 −8 start.sh
+13 −4 submit.sh
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
### Unreleased


### [1.2.1] - 2024-04-03

- dep(punycode): specify as punycode.js
- which always avoid name conflict with stale node.js built-in
- doc(README): update ci badge URLs (#82)
- dep(mocha & eslint): remove from devDeps (install with npx)
- pkg: add ./test to .npmignore


### [1.2.0] - 2023-12-12

- dep(punycode): correctly specify (with trailing /)
Expand Down Expand Up @@ -199,3 +208,4 @@
[1.1.1]: https://github.com/haraka/haraka-tld/releases/tag/1.1.1
[1.1.2]: https://github.com/haraka/haraka-tld/releases/tag/1.1.2
[1.2.0]: https://github.com/haraka/haraka-tld/releases/tag/1.2.0
[1.2.1]: https://github.com/haraka/haraka-tld/releases/tag/1.2.1
Loading

0 comments on commit aa9b918

Please sign in to comment.