@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.
- package/CHANGELOG.md +7 -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
|
-
|
|
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
|