Skip to content

Commit b87fd73

Browse files
committed
prepare for major release
1 parent fade18e commit b87fd73

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### What's changed
22

3-
- No changelog has been added to this release
3+
- Initial major release
44

55
---
66

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"husky": "^8.0.1",
3333
"jest": "^29.7.0",
3434
"lint-staged": "^13.0.3",
35-
"@ilpt/systemic-ts": "^0.0.1",
35+
"@ilpt/systemic-ts": "^1.0.0",
3636
"ts-jest": "^29.1.5",
3737
"ts-node": "^10.9.2",
3838
"tsup": "^8.1.0",
3939
"typescript": "^5.4.5"
4040
},
4141
"peerDependencies": {
42-
"@ilpt/systemic-ts": "^0"
42+
"@ilpt/systemic-ts": "^1"
4343
},
4444
"lint-staged": {
4545
"*": "biome check --no-errors-on-unmatched --files-ignore-unknown=true --apply"

0 commit comments

Comments
 (0)