diff --git a/CHANGELOG.md b/CHANGELOG.md index 562113134..583a58e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable, unreleased changes to this project will be documented in this file. ## [Unreleased] +.. + +## 2.0.0 + - Add changelog and github issue/PR templates - #97 by @dominik-zeglen - Update dependencies to suppress storybook build errors - #98 by @dominik-zeglen - Fix configure menu section - #109 by @benekex2 diff --git a/package.json b/package.json index 3c5570d86..d3033da22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "saleor", - "version": "0.0.0", - "main": "Gruntfile.js", + "name": "saleor-dashboard", + "version": "2.0.0", + "main": "src/index.tsx", "repository": { "type": "git", "url": "git://github.com/mirumee/saleor-dashboard.git"