diff --git a/.changeset/dirty-maps-sit.md b/.changeset/dirty-maps-sit.md deleted file mode 100644 index e53fda4..0000000 --- a/.changeset/dirty-maps-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@guarapi/di-container": patch ---- - -Update docs diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e562a..99057bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @guarapi/di-container +## 0.1.2 + +### Patch Changes + +- [#4](https://github.com/guarapi/guarapi-di-container/pull/4) [`5679483`](https://github.com/guarapi/guarapi-di-container/commit/5679483da306c5e39e1fdb5d5304862cbda865c1) Thanks [@joaoneto](https://github.com/joaoneto)! - Update docs + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 97cd46d..74f5a86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@guarapi/di-container", - "version": "0.1.1", + "version": "0.1.2", "author": "João Neto", "license": "MIT", "description": "Dependency injection container",