@nictool/dns-resource-record 1.1.4 → 1.1.5

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 +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,9 +5,13 @@ Notable changes to this project are documented in this file.
5
5
 
6
6
  #### Unreleased
7
7
 
8
- ### [1.1.4] - 2022-05-29
9
8
 
10
- #### Changed
9
+ ### [1.1.5] - 2022-06-03
10
+
11
+ - ci: auto-populate node LTS versions to run CI tests with
12
+
13
+
14
+ ### [1.1.4] - 2022-05-29
11
15
 
12
16
  - doc(README): improved develop notes
13
17
  - doc(CHANGELOG): make version numbers links
@@ -302,3 +306,4 @@ Notable changes to this project are documented in this file.
302
306
  [0.2.0]: https://github.com/NicTool/dns-resource-record/releases/tag/0.2.0
303
307
  [1.1.4]: https://github.com/NicTool/dns-resource-record/releases/tag/1.1.4
304
308
 
309
+ [1.1.5]: https://github.com/NicTool/dns-resource-record/releases/tag/1.1.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nictool/dns-resource-record",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "DNS Resource Records",
5
5
  "main": "index.js",
6
6
  "type": "module",