Skip to content

Commit

Permalink
chore: release v3.1.0 (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Jan 26, 2022
1 parent f2216f8 commit 34785a2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.1.0](https://github.com/vinayakkulkarni/v-offline/compare/v3.0.3...v3.1.0) (2022-01-26)


### Bug Fixes

* remove volar settings for vscode ([3fc1422](https://github.com/vinayakkulkarni/v-offline/commit/3fc142281bc2ada0f9baba8b57870387e4c34f04))
* run lint-staged via npx ([fdc75de](https://github.com/vinayakkulkarni/v-offline/commit/fdc75de9b435af505aa0242a60302ee176fc8f84))
* update eslintrc config to support security plugin ([e4b6720](https://github.com/vinayakkulkarni/v-offline/commit/e4b672017a529beda3e0c8f95626ed6fdfada530))


### Features

* add `.nvmrc` ([f014666](https://github.com/vinayakkulkarni/v-offline/commit/f01466663acbd00ef1b6ace0d2a1b1e340ee06d2))



## [3.0.3](https://github.com/vinayakkulkarni/v-offline/compare/v3.0.2...v3.0.3) (2021-09-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-offline",
"version": "3.0.3",
"version": "3.1.0",
"description": "Offline and Online components for Vue",
"types": "types/index.d.ts",
"main": "dist/v-offline.cjs.js",
Expand Down

0 comments on commit 34785a2

Please sign in to comment.