Skip to content

Commit a146049

Browse files
committed
chore: update version
1 parent 6dba27e commit a146049

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- Fix dependency array and dependency object using unknown string or symbol keys type safety
8+
39
## 1.3.0
410

511
### Minor Changes

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.3.0",
3+
"version": "1.3.1",
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)