@furystack/yarn-plugin-changelog 1.0.5 → 1.0.7

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7] - 2026-03-19
4
+
5
+ ### ✨ Features
6
+
7
+ - 1.0.6 patch: updated `@types/node` dependency to ^25.3.5.
8
+
9
+ ### ⬆️ Dependencies
10
+
11
+ - Upgraded `vite` from ^7.3.1 to ^8.0.0 for improved build performance and new features
12
+ - Upgraded `vitest` from ^4.0.18 to ^4.1.0
13
+ - Upgraded `@vitest/coverage-istanbul` from ^4.0.18 to ^4.1.0
14
+
15
+ ## [1.0.6] - 2026-03-07
16
+
17
+ ### ⬆️ Dependencies
18
+
19
+ - Updated `@types/node` from `^25.3.1` to `^25.3.5`
20
+
3
21
  ## [1.0.5] - 2026-02-26
4
22
 
5
23
  ### ⬆️ Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/yarn-plugin-changelog",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Yarn plugin for managing changelogs from version manifests",
5
5
  "license": "GPL-2.0",
6
6
  "main": "./bundles/@yarnpkg/plugin-changelog.js",
@@ -40,10 +40,10 @@
40
40
  "clipanion": "^4.0.0-rc.4"
41
41
  },
42
42
  "devDependencies": {
43
- "@types/node": "^25.3.1",
43
+ "@types/node": "^25.5.0",
44
44
  "@yarnpkg/builder": "^4.2.3",
45
45
  "typescript": "^5.9.3",
46
- "vitest": "^4.0.18"
46
+ "vitest": "^4.1.0"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=22.0.0"