From 4ea625de1b9f292c1e6fa247ab7734cb5113c6df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Apr 2019 15:40:07 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-04-21) ### Features * **icons:** add MaterialIcons and Octicons ([bf36cf8](https://github.com/barajs/bara-react-icons/commit/bf36cf8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",