From 66ed8556a65b835b03ca923a8b80738e3f306b3d Mon Sep 17 00:00:00 2001 From: Chris Garrett Date: Mon, 22 Mar 2021 17:12:44 -0700 Subject: [PATCH] Release 1.2.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e122065..0f99e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.2.3 (2021-03-23) + +#### :bug: Bug Fix +* [#48](https://github.com/pzuraq/ember-compatibility-helpers/pull/48) Fix bower ([@pzuraq](https://github.com/pzuraq)) + +#### :house: Internal +* [#49](https://github.com/pzuraq/ember-compatibility-helpers/pull/49) Convert to GH actions ([@pzuraq](https://github.com/pzuraq)) + +#### Committers: 1 +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) + ## v1.2.2 (2020-11-10) #### :house: Internal diff --git a/package.json b/package.json index 515c250..8417d32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-compatibility-helpers", - "version": "1.2.2", + "version": "1.2.3", "description": "Zero-cost compatibility flags and helpers for Ember.js", "keywords": [ "ember-addon"