From 142044ba0b21f990fe1a909a8142688813d397f3 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Thu, 14 Jun 2018 17:01:12 -0700 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc406e..52d6ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [2.0.0](https://github.com/alexlafroscia/ember-react-components/compare/v1.1.0...v2.0.0) (2018-06-15) + + +### Code Refactoring + +* rename the package to `ember-react-components` ([0bec444](https://github.com/alexlafroscia/ember-react-components/commit/0bec444)) + + +### BREAKING CHANGES + +* New package name and installation instructions + + + # [1.1.0](https://github.com/alexlafroscia/ember-cli-react/compare/v1.0.2...v1.1.0) (2018-06-14) diff --git a/package.json b/package.json index 312aedd..a473b88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-react-components", - "version": "1.1.0", + "version": "2.0.0", "description": "React component support in Ember", "keywords": [ "ember-addon",