Skip to content

Commit aa68fad

Browse files
committed
3.0.0
1 parent 2830e9d commit aa68fad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.0.0](https://github.com/wessberg/di/compare/v2.1.0...v3.0.0) (2024-10-18)
2+
3+
4+
### Features
5+
6+
* add new sponsor: scrubtheweb. Run Prettier ([d6760fb](https://github.com/wessberg/di/commit/d6760fb2a3748a6861c1c40790201cec306b3ee9))
7+
* migrate to TypeScript 5.6. Don't swallow errors thrown during class instance construction. Refactoring. Use modern EcmaScript ([2830e9d](https://github.com/wessberg/di/commit/2830e9d25f5fcf6cb45a76e665dc1970d838926b))
8+
9+
10+
111
# [2.1.0](https://github.com/wessberg/di/compare/5903e8520730951484bddbeac1759e4a297e9e8c...v2.1.0) (2022-04-07)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wessberg/di",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "A compile-time powered Dependency-Injection container for Typescript that holds services and can produce instances of them as required.",
55
"scripts": {
66
"generate:sandhog": "sandhog all --yes",

0 commit comments

Comments
 (0)