Skip to content

Commit

Permalink
v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Feb 17, 2024
1 parent 0c576b1 commit 8dc2b3a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install pnpm
run: npm install -g pnpm@^8
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### [6.0.4](https://github.com/ankurk91/vue-loading-overlay/compare/6.0.3...6.0.4)

* Fix issue, #119

### [6.0.0](https://github.com/ankurk91/vue-loading-overlay/compare/5.0.3...6.0.0)

* Remove plugin from default export
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ let loader = this.$loading.show({
## Run examples on your localhost

* Clone this repo
* Make sure you have node-js `>=18.16` and [pnpm](https://pnpm.io/) `>=8.x` pre-installed
* Make sure you have node-js `>=20.11` and [pnpm](https://pnpm.io/) `>=8.x` pre-installed
* Install dependencies `pnpm install`
* Run webpack dev server `npm start`
* This should open the demo page in your default web browser
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-loading-overlay",
"version": "6.0.3",
"version": "6.0.4",
"description": "Vue.js component for full screen loading indicator.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 8dc2b3a

Please sign in to comment.