Skip to content

Commit ae4c757

Browse files
committed
chore: update version
1 parent 96a9ff4 commit ae4c757

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @evyweb/ioctopus
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- Add optional registry to containers
8+
- Improve type safety
9+
10+
### Patch Changes
11+
12+
- Update dev dependencies
13+
314
## 1.2.0
415

516
### Minor Changes
@@ -8,6 +19,7 @@
819
- Add strings as key for module binding
920

1021
### Patch Changes
22+
1123
- Update dev dependencies
1224

1325
## 1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evyweb/ioctopus",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A simple IoC container for JavaScript and TypeScript for classes and functions.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)