Incremented minor version to 2.8.0

This commit is contained in:
Patrick Steele-Idem 2015-12-10 10:35:34 -07:00
parent a55f3bb82b
commit de673d362e
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ Changelog
# 2.x # 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.x
### 2.7.31 ### 2.7.31

View File

@ -70,5 +70,5 @@
"logo": { "logo": {
"url": "https://raw.githubusercontent.com/marko-js/branding/master/marko-logo-small.png" "url": "https://raw.githubusercontent.com/marko-js/branding/master/marko-logo-small.png"
}, },
"version": "2.7.31" "version": "2.8.0"
} }