diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2995b..8c306d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.3](https://github.com/arnaud-zg/playground/compare/v1.0.2...v1.0.3) (2022-07-14) + + +### 🐛 Bug Fixes + +* **docs:** update README.md ([#10](https://github.com/arnaud-zg/playground/issues/10)) ([e1e84f8](https://github.com/arnaud-zg/playground/commit/e1e84f883ff6ddcc6c8b08611ea9bd0f6a60ba2f)) +* **docs:** update README.md ([#12](https://github.com/arnaud-zg/playground/issues/12)) ([770bf31](https://github.com/arnaud-zg/playground/commit/770bf31991031260a4001cba57d4d17d883f4985)) + ## [1.0.2](https://github.com/arnaud-zg/playground/compare/v1.0.1...v1.0.2) (2022-07-14) diff --git a/package.json b/package.json index 5af331f..c5fb2ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "sandbox", - "version": "1.0.2", + "version": "1.0.3", "license": "MPL-2.0", "scripts": { "build": "rimraf .docz && docz build",