Skip to content

Commit

Permalink
Merge pull request #33 from ivandotv/changeset-release/main
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
ivandotv authored Jan 30, 2023
2 parents 8cecc14 + b145278 commit 9a6ed9d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-chicken-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-clouds-move.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# pumpa

## 4.1.0

### Minor Changes

- 6fb62fa: Remove bind key check. This will not check if the bind keys passed to the `bindFactory` are correct.
- 5669230: Implement `postConstruct` method that will be automatically called if it exists on the class.

## 4.0.4

### Patch 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": "pumpit",
"version": "4.0.4",
"version": "4.1.0",
"description": "Dependency injection container without decorators, supports circular dependencies and arrays of dependencies.",
"keywords": [
"ioc",
Expand Down

0 comments on commit 9a6ed9d

Please sign in to comment.