8000 Prepare for 3.0.2 release. · correct-js/js-data@1cf5094 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cf5094

Browse files
committed
Prepare for 3.0.2 release.
1 parent d6c9ffa commit 1cf5094

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ doc/
3030
node_modules/
3131
dist/*.js
3232
dist/*.map
33-
typings
33+
typings
34+
yarn.lock
35+
package-lock.json

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 3.0.2 - 13 February 2018
2+
3+
###### Bug fixes
4+
- [#493] - Fixes #416. Thanks @lumimies
5+
16
##### 3.0.1 - 18 August 2017
27

38
###### Backwards compatible changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data",
33
"description": "Robust, framework-agnostic in-memory data store.",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"homepage": "http://www.js-data.io",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)
0