Skip to content

Commit b6f28c1

Browse files
committed
chore(release): 2.5.0
1 parent 6562108 commit b6f28c1

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.5.0](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.4.1...v2.5.0) (2019-10-18)
6+
7+
8+
### Features
9+
10+
* add meta hook and update documentation ([6562108](https://github.com/nuxt-community/nuxt-property-decorator/commit/6562108))
11+
12+
13+
514
### [2.4.1](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.4.0...v2.4.1) (2019-10-17)
615

716

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-property-decorator",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Property decorators for Nuxt",
55
"main": "lib/nuxt-property-decorator.umd.js",
66
"keywords": [
@@ -49,7 +49,7 @@
4949
"@vue/test-utils": "^1.0.0-beta.29",
5050
"babel-jest": "^24.9.0",
5151
"jest": "^24.9.0",
52-
"rollup": "^1.24.0",
52+
"rollup": "^1.25.0",
5353
"rollup-plugin-typescript2": "^0.21.2",
5454
"standard-version": "^6.0.1",
5555
"ts-jest": "^24.1.0",

0 commit comments

Comments
 (0)