Skip to content

Commit a8c634f

Browse files
authored
Merge pull request #5 from cristopher1/dev
Dev
2 parents b9add76 + 18502b4 commit a8c634f

File tree

7 files changed

+4379
-4815
lines changed

7 files changed

+4379
-4815
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- name: Install dependencies
2121
run: npm ci
2222

23-
- name: audit
24-
run: npm audit
25-
2623
- name: run quality check
2724
run: npm run quality-check
2825

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: install dependencies using package-lock.json
2525
run: npm ci
2626

27-
- name: audit
28-
run: npm audit
29-
3027
- name: run linter, formatter and unit tests
3128
run: |
3229
npm run lint

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Vue3 plugin to use localStorage, sessionStorage or other object that implements the Storage interface with reactivity.
44

5+
**Features added in version 1.0.2**
6+
7+
- Fix loading from web storage not working.
8+
59
**Features added in version 1.0.1**
610

711
- Documentation fixed.

0 commit comments

Comments
 (0)