Skip to content

Commit 81af850

Browse files
chore(release): 2.0.6
1 parent 7e65a27 commit 81af850

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
<a name="2.0.6"></a>
6+
## [2.0.6](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.5...v2.0.6) (2018-03-17)
7+
8+
9+
510
<a name="2.0.5"></a>
611
## [2.0.5](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.4...v2.0.5) (2018-03-01)
712

package-lock.json

Lines changed: 1 addition & 1 deletion
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,12 +1,12 @@
11
{
22
"name": "vue-functional-data-merge",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Vue.js util for intelligently merging data passed to functional components.",
55
"main": "dist/lib.common.js",
66
"module": "dist/lib.esm.js",
77
"types": "dist/index.d.ts",
88
"scripts": {
9-
"fmt": "npx prettier --config ./.prettierrc --write {__test__,src}/**/*.{ts,js}",
9+
"fmt": "npx prettier --config ./.prettierrc --write {__test__,src}/**/*.{ts,js}",
1010
"rollup": "rollup -c",
1111
"prebuild": "scripts/clean.js",
1212
"build": "cross-env NODE_ENV=production npm run rollup",

0 commit comments

Comments
 (0)