Skip to content

Commit 1ffff1c

Browse files
committed
chore(release): 0.4.0
1 parent 4d6cc3f commit 1ffff1c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.4.0](https://github.com/projek-xyz/container/compare/v0.3.3...v0.4.0) (2020-07-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* move all exception class under Exception namespace
11+
12+
### Features
13+
14+
* add additional exceptions ([1cf58dd](https://github.com/projek-xyz/container/commit/1cf58dd834af19411d7ea72ca4ac2d98a657483d)), closes [#12](https://github.com/projek-xyz/container/issues/12)
15+
* autowire any ContainerAwareInterface instances ([da3669e](https://github.com/projek-xyz/container/commit/da3669eae2466e340cc74f24c05b445bc6c87e39))
16+
* move all exception class under Exception namespace ([8430d25](https://github.com/projek-xyz/container/commit/8430d25012792091065f8940de9c6d6ece4b9f8c))
17+
518
### [0.3.3](https://github.com/projek-xyz/container/compare/v0.3.2...v0.3.3) (2020-06-28)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@projek-xyz/container",
33
"private": true,
4-
"version": "0.3.3",
4+
"version": "0.4.0",
55
"author": "Fery Wardiyanto <ferywardiyanto@gmail.com>",
66
"repository": "github:projek-xyz/container",
77
"scripts": {

0 commit comments

Comments
 (0)