Skip to content

Commit fce5227

Browse files
committed
chore: update version
1 parent 2caced2 commit fce5227

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- Improve typed binding validation for containers and modules, including dependency key/type checks for classes and functions, while also updating development dependencies.
8+
9+
Special thanks to Dray Lacy for the typed binding validation contribution.
10+
311
## 1.3.1
412

513
### Patch 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.1",
3+
"version": "1.4.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)