From de673d362e993263a926bf40d34f018aa6320ccf Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Thu, 10 Dec 2015 10:35:34 -0700 Subject: [PATCH] Incremented minor version to 2.8.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8cf5f16..e84bcc4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ Changelog # 2.x +## 2.8.x + +### 2.8.0 + +- Added support for automatically discovering taglibs from installed packages that are scoped. ([PR #183](https://github.com/marko-js/marko/pull/183) by [@tropperstyle](https://github.com/tropperstyle)) + ## 2.7.x ### 2.7.31 diff --git a/package.json b/package.json index 72dd62ce1..7f638e180 100644 --- a/package.json +++ b/package.json @@ -70,5 +70,5 @@ "logo": { "url": "https://raw.githubusercontent.com/marko-js/branding/master/marko-logo-small.png" }, - "version": "2.7.31" + "version": "2.8.0" } \ No newline at end of file