@nictool/dns-resource-record 1.3.0 → 1.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ Notable changes to this project are documented in this file.
4
4
 
5
5
  #### Unreleased
6
6
 
7
+ ### [1.3.1] - 2026-03-13
8
+
9
+ - ci: update workflow triggers
10
+
7
11
  ### [1.3.0] - 2026-03-01
8
12
 
9
13
  - feat: add toTinydns for CERT, HTTPS, NSEC, SMIMEA, SVCB, WKS #51
@@ -332,4 +336,5 @@ Notable changes to this project are documented in this file.
332
336
  [1.2.2]: https://github.com/NicTool/dns-resource-record/releases/tag/1.2.2
333
337
  [1.2.3]: https://github.com/NicTool/dns-resource-record/releases/tag/1.2.3
334
338
  [1.2.4]: https://github.com/NicTool/dns-resource-record/releases/tag/1.2.4
335
- [1.3.0]: https://github.com/NicTool/dns-resource-record/releases/tag/1.3.0
339
+ [1.3.0]: https://github.com/NicTool/dns-resource-record/releases/tag/v1.3.0
340
+ [1.3.1]: https://github.com/NicTool/dns-resource-record/releases/tag/v1.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nictool/dns-resource-record",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "DNS Resource Records",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -47,7 +47,7 @@
47
47
  "homepage": "https://github.com/NicTool/dns-resource-record#readme",
48
48
  "devDependencies": {
49
49
  "@eslint/js": "^10.0.1",
50
- "eslint": "^10.0.2",
50
+ "eslint": "^10.0.3",
51
51
  "globals": "^17.4.0",
52
52
  "mocha": "^11.7.5"
53
53
  },