news-fragments 2.0.13 → 2.0.15

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,24 @@
1
1
 
2
+ [//]: # (s-2.0.15)
3
+
4
+ # [2.0.15] - (2023-05-02)
5
+
6
+ ## Misc
7
+ * Update project dependencies.
8
+
9
+ [//]: # (e-2.0.15)
10
+
11
+
12
+ [//]: # (s-2.0.14)
13
+
14
+ # [2.0.14] - (2023-04-03)
15
+
16
+ ## Misc
17
+ * Update project dependencies.
18
+
19
+ [//]: # (e-2.0.14)
20
+
21
+
2
22
  [//]: # (s-2.0.13)
3
23
 
4
24
  # [2.0.13] - (2023-03-16)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "news-fragments",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "description": "A release-it plugin to manipulate changelogs",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "chalk": "^5.2.0",
46
- "chalk-template": "^0.5.0",
46
+ "chalk-template": "^1.0.0",
47
47
  "fs-extra": "^11.0.0",
48
48
  "handlebars": "^4.7.7",
49
49
  "joi": "^17.4.2",