Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 18, 2024
1 parent 2830e9d commit aa68fad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.0.0](https://github.com/wessberg/di/compare/v2.1.0...v3.0.0) (2024-10-18)


### Features

* add new sponsor: scrubtheweb. Run Prettier ([d6760fb](https://github.com/wessberg/di/commit/d6760fb2a3748a6861c1c40790201cec306b3ee9))
* 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))



# [2.1.0](https://github.com/wessberg/di/compare/5903e8520730951484bddbeac1759e4a297e9e8c...v2.1.0) (2022-04-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wessberg/di",
"version": "2.1.0",
"version": "3.0.0",
"description": "A compile-time powered Dependency-Injection container for Typescript that holds services and can produce instances of them as required.",
"scripts": {
"generate:sandhog": "sandhog all --yes",
Expand Down

0 comments on commit aa68fad

Please sign in to comment.