diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ea69b..3dc9314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### 1.0.0 +#### 1.0.1 +- Update auto-release [`#6`](https://github.com/impactMarket/ui/pull/6) +- Add first readme file [`#5`](https://github.com/impactMarket/ui/pull/5) +- Remove unnecessary files [`496d63f`](https://github.com/impactMarket/ui/commit/496d63f8131b7db41ed57f0f43e0efc1a6dfe4e6) - Bootstrap [`857d4e1`](https://github.com/impactMarket/ui/commit/857d4e16c371b0197948b1d10ff0c079a47f20e0) -- Update docs [`b44e974`](https://github.com/impactMarket/ui/commit/b44e9747e150c467b158708c482309c83874420d) +- Add support for releases [`91f8084`](https://github.com/impactMarket/ui/commit/91f80845a6997925a42b07c1629152c1bba464f0) diff --git a/package.json b/package.json index ed01fb8..cbfcbb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@impact-market/ui", - "version": "1.0.0", + "version": "1.0.1", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.js",