Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evyweb committed Sep 7, 2024
1 parent 32480ea commit 1540cf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# @evyweb/simple-ioc-container

## 0.1.0
## 0.0.1

### Patch Changes

- Higher order functions were solved as simple functions

## 0.0.0

### Minor Changes

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": "@evyweb/simple-ioc-container",
"version": "0.0.0",
"version": "0.0.1",
"description": "A simple IoC container for JavaScript and TypeScript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 1540cf9

Please sign in to comment.