Skip to content

Commit db4e0f1

Browse files
author
veeck
committed
Release v4.0.0
1 parent 6aeb0b4 commit db4e0f1

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,39 @@
1+
<a name="4.0.0"></a>
2+
# [4.0.0](https://github.com/Neofonie/ampersand-sync-localforage/compare/v3.0.1...v4.0.0) (2022-05-31)
3+
4+
#### Updates
5+
* Drop node12 support
6+
* Update dependencies
7+
8+
19
<a name="3.0.1"></a>
210
## [3.0.1](https://github.com/Neofonie/ampersand-sync-localforage/compare/v3.0.0...v3.0.1) (2022-01-25)
311

412

5-
613
<a name="3.0.0"></a>
714
# [3.0.0](https://github.com/Neofonie/ampersand-sync-localforage/compare/v2.0.2...v3.0.0) (2021-08-31)
815

16+
#### Updates
17+
* Drop node10 support
18+
* Update dependencies
919

1020

1121
<a name="2.0.2"></a>
1222
## [2.0.2](https://github.com/Neofonie/ampersand-sync-localforage/compare/v2.0.1...v2.0.2) (2021-05-11)
1323

24+
#### Updates
25+
* Update dependencies
1426

1527

1628
<a name="2.0.1"></a>
1729
## [2.0.1](https://github.com/Neofonie/ampersand-sync-localforage/compare/v2.0.0...v2.0.1) (2021-03-29)
1830

31+
#### Updates
32+
* Update dependencies
1933

2034

2135
<a name="1.0.0"></a>
22-
## [2.0.0](https://github.com/Neofonie/ampersand-sync-localforage/compare/v1.0.0...v2.0.0) (2020-04-08)
36+
# [2.0.0](https://github.com/Neofonie/ampersand-sync-localforage/compare/v1.0.0...v2.0.0) (2020-04-08)
2337

2438
#### Updates
2539
* Drop node8 support
@@ -31,8 +45,8 @@
3145

3246
#### Updates
3347
* Update dependencies
34-
35-
48+
49+
3650
<a name="0.1.6"></a>
3751
## [0.1.6](https://github.com/Neofonie/ampersand-sync-localforage/compare/v0.1.5...v0.1.6) (2018-06-01)
3852

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ampersand-sync-localforage",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "localForage sync adapter for Ampersand.js",
55
"license": "MIT",
66
"homepage": "https://github.com/Neofonie/ampersand-sync-localforage",
@@ -36,7 +36,8 @@
3636
"storage"
3737
],
3838
"scripts": {
39-
"test": "grunt"
39+
"test": "grunt",
40+
"release": "grunt release"
4041
},
4142
"dependencies": {
4243
"localforage": "^1.10.0",

0 commit comments

Comments
 (0)