@trackunit/migrations 0.0.8 → 0.1.0

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 +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.1.0 (2026-05-10)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **vitest:** use istanbul as the coverage provider ([80313642422](https://github.com/Trackunit/manager/commit/80313642422))
6
+ - **vitest-config:** add coverage reporting for multiple apps and libraries ([5cf4844dfaa](https://github.com/Trackunit/manager/commit/5cf4844dfaa))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Cursor @cursoragent
11
+ - Mikkel Thorbjørn Andersen
12
+
13
+ ## 0.0.10 (2026-05-07)
14
+
15
+ This was a version bump only for migrations to align it with other projects, there were no code changes.
16
+
17
+ ## 0.0.9 (2026-05-07)
18
+
19
+ This was a version bump only for migrations to align it with other projects, there were no code changes.
20
+
1
21
  ## 0.0.8 (2026-05-07)
2
22
 
3
23
  This was a version bump only for migrations to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/migrations",
3
- "version": "0.0.8",
3
+ "version": "0.1.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {