Skip to content

Commit 8c00149

Browse files
committed
chore(release): 0.7.0
1 parent 64d5109 commit 8c00149

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.7.0](https://github.com/projek-xyz/container/compare/v0.6.0...v0.7.0) (2021-06-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* apply changes of 993ce5a and e11b338
11+
* move all exceptions to root namespace
12+
* remove unused classes as stated in a74109b
13+
14+
### Features
15+
16+
* add ability to pass arguments to the constructor ([9f5548f](https://github.com/projek-xyz/container/commit/9f5548f3c05bfdb3f47a7b30fbe81cf83936b0ba))
17+
18+
19+
* apply changes of 993ce5a and e11b338 ([eb791c3](https://github.com/projek-xyz/container/commit/eb791c3536c870bdbebf849d4f99d04b77f86861))
20+
* move all exceptions to root namespace ([e11b338](https://github.com/projek-xyz/container/commit/e11b338ace66ab009d37905249365f4641334685))
21+
* remove unused classes as stated in a74109b ([993ce5a](https://github.com/projek-xyz/container/commit/993ce5a796c1bc3f30a21a954f26d48590ad1387))
22+
523
## [0.6.0](https://github.com/projek-xyz/container/compare/v0.5.0...v0.6.0) (2021-05-26)
624

725

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.6.0",
4+
"version": "0.7.0",
55
"author": "Fery Wardiyanto <ferywardiyanto@gmail.com>",
66
"repository": "github:projek-xyz/container",
77
"scripts": {

0 commit comments

Comments
 (0)