diff --git a/CHANGELOG.md b/CHANGELOG.md index 097ef13..93c3936 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.0.0 (2019-04-21) + + +### Features + +* **icons:** add MaterialIcons and Octicons ([bf36cf8](https://github.com/barajs/bara-react-icons/commit/bf36cf8)) + # [2.0.0](https://github.com/barajs/bara-react/compare/v1.3.2...v2.0.0) (2019-04-15) diff --git a/package.json b/package.json index e328179..520ae57 100755 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Bara React vector icons for cross-platform application!", "homepage": "https://barajs.dev", "repository": "https://github.com/barajs/bara-react-icons", - "version": "0.0.0", + "version": "1.0.0", "module": "dist/index.js", "main": "dist/index.js", "typings": "dist/index.d.ts",