Skip to content

Commit b71b907

Browse files
committed
Version 0.0.14
1 parent 3e33cb2 commit b71b907

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [0.0.14]
55
### Added
66
- Implemented `pf-menu-item` as a functional component with vue-router integration.
77
- Implemented secondary and tertiary vertical navigation.
@@ -157,7 +157,8 @@ disabled, as per PatternFly design guidelines.
157157
- `pf-toolbar` component
158158
- `pf-utilization-bar-chart` component
159159

160-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.13...HEAD
160+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.14...HEAD
161+
[0.0.14]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.13...v0.0.14
161162
[0.0.13]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.12...v0.0.13
162163
[0.0.12]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.11...v0.0.12
163164
[0.0.11]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.10...v0.0.11

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-patternfly",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "PatternFly components for Vue.js 2",
55
"main": "dist/vue-patternfly.min.js",
66
"directories": {

0 commit comments

Comments
 (0)