From b6f28c1dd9e9ec7b95768bd4d354cd8a1d8df8c7 Mon Sep 17 00:00:00 2001 From: Huseyn Guliyev Date: Fri, 18 Oct 2019 17:32:11 +0100 Subject: [PATCH] chore(release): 2.5.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f7c69..fb25c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [2.5.0](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.4.1...v2.5.0) (2019-10-18) + + +### Features + +* add meta hook and update documentation ([6562108](https://github.com/nuxt-community/nuxt-property-decorator/commit/6562108)) + + + ### [2.4.1](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.4.0...v2.4.1) (2019-10-17) diff --git a/package-lock.json b/package-lock.json index 962f1a5..7a8eb05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nuxt-property-decorator", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -410,7 +410,7 @@ }, "@types/estree": { "version": "0.0.39", - "resolved": "http://fid-nexus-master.nomura.com/ETCB/nexus/content/groups/npm-all/@types/estree/-/estree-0.0.39.tgz", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", "dev": true }, @@ -5008,7 +5008,7 @@ }, "optimist": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", + "resolved": "http://fid-nexus-master.nomura.com/ETCB/nexus/content/groups/npm-all/optimist/-/optimist-0.6.1.tgz", "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", "dev": true, "requires": { @@ -5568,9 +5568,9 @@ } }, "rollup": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.24.0.tgz", - "integrity": "sha512-PiFETY/rPwodQ8TTC52Nz2DSCYUATznGh/ChnxActCr8rV5FIk3afBUb3uxNritQW/Jpbdn3kq1Rwh1HHYMwdQ==", + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.0.tgz", + "integrity": "sha512-tcf5ThhnhOUaNrxBSABvaaX9uC8hNxgyJpJmDIXaCkKHq/nPocaDz/4F/KBDiUpOt/ThvUxFrUq3XkyWiyXQiQ==", "dev": true, "requires": { "@types/estree": "*", @@ -6479,7 +6479,7 @@ "dependencies": { "source-map": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "resolved": "http://fid-nexus-master.nomura.com/ETCB/nexus/content/groups/npm-all/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, "optional": true @@ -6738,7 +6738,7 @@ }, "wordwrap": { "version": "0.0.3", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", + "resolved": "http://fid-nexus-master.nomura.com/ETCB/nexus/content/groups/npm-all/wordwrap/-/wordwrap-0.0.3.tgz", "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", "dev": true }, diff --git a/package.json b/package.json index b890078..df751c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-property-decorator", - "version": "2.4.1", + "version": "2.5.0", "description": "Property decorators for Nuxt", "main": "lib/nuxt-property-decorator.umd.js", "keywords": [ @@ -49,7 +49,7 @@ "@vue/test-utils": "^1.0.0-beta.29", "babel-jest": "^24.9.0", "jest": "^24.9.0", - "rollup": "^1.24.0", + "rollup": "^1.25.0", "rollup-plugin-typescript2": "^0.21.2", "standard-version": "^6.0.1", "ts-jest": "^24.1.0",