From c08c7d422249196defe00b271f62e3709417c8a6 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 19 Mar 2021 16:33:24 -0400 Subject: [PATCH] Release 7.26.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f5e257..f2d43ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade or ask whatever dependency you are using to upgrade. https://github.com/highlightjs/highlight.js/issues/2877 +## v7.26.2 (2021-03-19) + +#### :bug: Bug Fix +* [#393](https://github.com/babel/ember-cli-babel/pull/393) Avoid global deprecation with @ember/debug on Ember 3.27+ ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 1 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + +Version 9 of Highlight.js has reached EOL and is no longer supported. +Please upgrade or ask whatever dependency you are using to upgrade. +https://github.com/highlightjs/highlight.js/issues/2877 + ## v7.26.1 (2021-03-18) #### :bug: Bug Fix diff --git a/package.json b/package.json index 0c0ca8c2..11d3b251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-babel", - "version": "7.26.1", + "version": "7.26.2", "description": "Ember CLI addon for Babel", "keywords": [ "babel",