Skip to content

Commit 50a4247

Browse files
Release (#6)
1 parent 5e9d851 commit 50a4247

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/true-lemons-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# @webiny/di
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 5e9d851: enforce typechecking of the dependencies array
8+
39
## 0.2.0
410

511
### Minor Changes
612

7-
- 987ed28: add new methods on Abstraction class: createImplementation, createDecorator, and createComposite.
13+
- 987ed28: add new methods on Abstraction class: createImplementation, createDecorator, and createComposite.
814
- 9bd1b04: use Symbol(name) to make each abstraction unique, even if using the same name.
915

1016
## 0.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webiny/di",
33
"license": "MIT",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"main": "dist/index.js",
77
"author": "Webiny Ltd.",

0 commit comments

Comments
 (0)