|
2 | 2 |
|
3 | 3 | ## 0.1.0
|
4 | 4 |
|
5 |
| -- Cleanup |
| 5 | +### Changed |
| 6 | + |
| 7 | +- Updated `deepmerge-ts` to version 7.1.0 |
| 8 | +- Updated `@playform/build` to version 0.1.2 |
| 9 | +- Updated `@types/node` to version 20.14.12 |
| 10 | +- Updated `zod` to the latest version |
| 11 | +- Updated `Run` script to use `Build 'Source/**/*.ts' --Watch` |
| 12 | +- Added `provenance: true` to `package.json` |
6 | 13 |
|
7 | 14 | ## 0.0.8
|
8 | 15 |
|
9 |
| -- Cleanup |
| 16 | +### Changed |
| 17 | + |
| 18 | +- Updated version to 0.0.8 |
| 19 | +- Updated `deepmerge-ts` to version 7.0.3 |
| 20 | +- Updated `@playform/build` to version 0.1.0 |
| 21 | +- Updated `@types/node` to version 20.14.10 |
| 22 | +- Updated project description to "🔧 Maintain —" |
| 23 | + |
| 24 | +### Fixed |
| 25 | + |
| 26 | +- Fixed evolving type errors by adding |
| 27 | + `// biome-ignore lint/nursery/noEvolvingTypes:` annotations |
10 | 28 |
|
11 | 29 | ## 0.0.7
|
12 | 30 |
|
13 |
| -- Cleanup |
| 31 | +### Changed |
| 32 | + |
| 33 | +- Updated version to 0.0.8 |
| 34 | +- Updated `deepmerge-ts` to version 7.0.3 |
| 35 | +- Updated `@playform/build` to version 0.1.0 |
| 36 | +- Updated `@types/node` to version 20.14.10 |
| 37 | +- Updated project description to "🔧 Maintain —" |
| 38 | + |
| 39 | +### Fixed |
| 40 | + |
| 41 | +- Fixed evolving type errors by adding |
| 42 | + `// biome-ignore lint/nursery/noEvolvingTypes:` annotations |
14 | 43 |
|
15 | 44 | ## 0.0.6
|
16 | 45 |
|
17 |
| -- Cleanup |
| 46 | +### Changed |
| 47 | + |
| 48 | +- Updated version to 0.0.6 |
| 49 | +- Updated `@playform/build` to version 0.0.10 |
18 | 50 |
|
19 | 51 | ## 0.0.5
|
20 | 52 |
|
21 |
| -- Cleanup |
| 53 | +### Changed |
| 54 | + |
| 55 | +- Updated version to 0.0.5 |
| 56 | +- Added `@playform/build` as a peer dependency |
| 57 | +- Added `peerDependenciesMeta` to mark `@playform/build` as optional |
22 | 58 |
|
23 | 59 | ## 0.0.4
|
24 | 60 |
|
25 |
| -- Cleanup |
| 61 | +### Changed |
| 62 | + |
| 63 | +- Updated version to 0.0.4 |
| 64 | +- Updated project description to "🔧 Maintain —" |
| 65 | +- Updated homepage URL to use HTTPS |
| 66 | +- Updated author information |
| 67 | +- Updated dependencies: |
| 68 | + - `@octokit/core` to version 6.1.2 |
| 69 | + - `commander` to version 12.1.0 |
| 70 | + - `deepmerge-ts` to version 7.0.1 |
| 71 | + - `zod` to version 3.23.8 |
| 72 | + - `@octokit/types` to version 13.5.0 |
| 73 | + - `@playform/build` to version 0.0.9 |
| 74 | + - `@playform/document` to version 0.0.7 |
| 75 | + - `@types/node` to version 20.12.12 |
| 76 | +- Improved code formatting and consistency |
| 77 | +- Updated workflows to use newer versions of actions |
| 78 | + |
| 79 | +### Removed |
| 80 | + |
| 81 | +- Removed `.env` from `.gitignore` |
26 | 82 |
|
27 | 83 | ## 0.0.3
|
28 | 84 |
|
29 |
| -- Cleanup |
| 85 | +### Changed |
| 86 | + |
| 87 | +- Updated version to 0.0.3 |
| 88 | +- Updated homepage to `https://github.com/Playform/Maintain#readme` |
| 89 | +- Added `Document` script |
| 90 | + |
| 91 | +### Added |
| 92 | + |
| 93 | +- Added `@playform/document` as a dependency |
30 | 94 |
|
31 | 95 | ## 0.0.2
|
32 | 96 |
|
33 |
| -- Cleanup |
| 97 | +### Changed |
| 98 | + |
| 99 | +- Updated version to 0.0.2 |
34 | 100 |
|
35 | 101 | ## 0.0.1
|
36 | 102 |
|
37 |
| -- Initial version |
| 103 | +### Added |
| 104 | + |
| 105 | +- Initial Release |
0 commit comments