From 170377414543b7a46b6a4604e37fead4a3a5b3d9 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 24 May 2022 22:15:55 -0700 Subject: [PATCH] chore(release): 0.0.6 --- .eslintignore | 1 - CHANGELOG.md | 4 ++++ package.json | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 225798fd..00000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -cypress \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8a2ddb..28a06b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.6](https://github.com/openweblabs/table-vue/compare/v0.0.5...v0.0.6) (2022-05-25) + + + ## [0.0.5](https://github.com/openweblabs/table-vue/compare/v0.0.4...v0.0.5) (2022-05-25) diff --git a/package.json b/package.json index a7a05a68..77792c2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ow3/table-vue", - "version": "0.0.5", + "version": "0.0.6", "description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, ...", "keywords": [ "tables", @@ -45,7 +45,6 @@ "commit": "git-cz", "coverage": "vitest run --coverage", "dev": "vite dev --open --port 3333", - "preinstall": "node .scripts/check-for-pnpm.mjs && node .scripts/check-node-version.mjs", "lint": "eslint .", "lint:fix": "eslint . --fix", "preview": "vite preview",