Skip to content

Commit c380f4b

Browse files
committedAug 27, 2024··
1 parent 8fddf8d commit c380f4b

File tree

1 file changed

+77
-9
lines changed

1 file changed

+77
-9
lines changed
 

‎CHANGELOG.md

+77-9
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,104 @@
22

33
## 0.1.0
44

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`
613

714
## 0.0.8
815

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
1028

1129
## 0.0.7
1230

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
1443

1544
## 0.0.6
1645

17-
- Cleanup
46+
### Changed
47+
48+
- Updated version to 0.0.6
49+
- Updated `@playform/build` to version 0.0.10
1850

1951
## 0.0.5
2052

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
2258

2359
## 0.0.4
2460

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`
2682

2783
## 0.0.3
2884

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
3094

3195
## 0.0.2
3296

33-
- Cleanup
97+
### Changed
98+
99+
- Updated version to 0.0.2
34100

35101
## 0.0.1
36102

37-
- Initial version
103+
### Added
104+
105+
- Initial Release

0 commit comments

Comments
 (0)
Please sign in to comment.