Skip to content

Commit

Permalink
Version bump 3.10.0 -> 3.11.0
Browse files Browse the repository at this point in the history
	modified:   CHANGELOG.md
	modified:   package.json
  • Loading branch information
kixxauth committed Sep 18, 2016
1 parent 1a0e828 commit 02286b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.11.0 JSON API response improvements
- Improves the tests for JSON API response middleware
- Document testing best practices
- Fixes bug #160 in dynamic broken relationships cleanup on response
- Adds an excludePortFromLinks option
- Adds paging (next, previous) links capability to json api response middleware

## 3.9.0 Breaking
- response-send middleware will now need to be included when setting up Express.js routes. The response-json-api middleware no longer calls `res.send(res.body)`.
- Fixes catalog [spec controller routing](https://github.com/oddnetworks/oddworks/commit/8cfb1bbd9ee7124fd0d60e3281e4674a8bd94ecc).
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": "@oddnetworks/oddworks",
"version": "3.10.0",
"version": "3.11.0",
"description": "An extensible media platform for OTT devices.",
"main": "./lib/oddworks.js",
"scripts": {
Expand Down

0 comments on commit 02286b7

Please sign in to comment.