Skip to content

Commit 60d23fa

Browse files
author
Fletcher91
committed
[BUMP] To version 0.3.1
1 parent bf50a23 commit 60d23fa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [v0.3.1](https://github.com/fletcher91/link-lib/tree/v0.3.1) (2017-06-28)
4+
**Implemented enhancements:**
5+
- \[IMP\] Let values from JSON:API contain data directly [[`bf50a2393a`](https://github.com/fletcher91/link-lib/commit/bf50a2393a)] ([Fletcher91](https://github.com/fletcher91))
6+
7+
**Fixed bugs:**
8+
- \[FIX\] All JSONAPI links with meta @type are processed [[`2b6a72699b`](https://github.com/fletcher91/link-lib/commit/2b6a72699b)] ([Fletcher91](https://github.com/fletcher91))
9+
10+
[Full Changelog](https://github.com/fletcher91/link-lib/compare/v0.3.0...v0.3.1)
11+
312
## [v0.3.0](https://github.com/fletcher91/link-lib/tree/v0.3.0) (2017-01-26)
413
**Implemented enhancements:**
514
- \[FEAT\] Integrated Web Workers to process data with [[`c486d6f932`](https://github.com/fletcher91/link-lib/commit/c486d6f932)] ([Fletcher91](https://github.com/fletcher91))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "link-lib",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "The Link library for creating information based applications",
55
"main": "dist/link-lib.js",
66
"repository": "https://github.com/fletcher91/link-lib.git",

0 commit comments

Comments
 (0)