Skip to content

Commit 40226f4

Browse files
chore(release): 25.0.0-beta.2 [skip ci]
# [25.0.0-beta.2](v25.0.0-beta.1...v25.0.0-beta.2) (2025-02-08) ### chore * Add @peerigon/configs for linting ([b71843c](b71843c)) * Switch TypeScript lib option to "es2021" ([faa5b7c](faa5b7c)) * Use TypeScript config from @peerigon/configs ([b8aa1be](b8aa1be)) ### BREAKING CHANGES * The TypeScript target has now been set to ES2022. The package must be transpiled for older runtimes. * editCustomer() and editLumpsumService() return a type now instead of implicit any * Throw TypeError instead of Error where appropiate * We expect String.prototype.replaceAll to be present. According to MDN, that's baseline.
1 parent c49bfca commit 40226f4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [25.0.0-beta.2](https://github.com/peerigon/clockodo/compare/v25.0.0-beta.1...v25.0.0-beta.2) (2025-02-08)
2+
3+
### chore
4+
5+
- Add @peerigon/configs for linting ([b71843c](https://github.com/peerigon/clockodo/commit/b71843cc6c75cc0097b45de6e06ab33fe41b000e))
6+
- Switch TypeScript lib option to "es2021" ([faa5b7c](https://github.com/peerigon/clockodo/commit/faa5b7c36f640e6ee58f48bdd97dc38bc11fb701))
7+
- Use TypeScript config from @peerigon/configs ([b8aa1be](https://github.com/peerigon/clockodo/commit/b8aa1becbedca98482887944077bd48bc632091e))
8+
9+
### BREAKING CHANGES
10+
11+
- The TypeScript target has now been set to ES2022. The package must be transpiled for older runtimes.
12+
- editCustomer() and editLumpsumService() return a type now instead of implicit any
13+
- Throw TypeError instead of Error where appropiate
14+
- We expect String.prototype.replaceAll to be present. According to MDN, that's baseline.
15+
116
# [25.0.0-beta.1](https://github.com/peerigon/clockodo/compare/v24.0.0...v25.0.0-beta.1) (2025-02-07)
217

318
### chore

0 commit comments

Comments
 (0)