Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #33 from refractproject/kylef/0.10.1
Browse files Browse the repository at this point in the history
Release 0.10.1
  • Loading branch information
pksunkara authored May 22, 2018
2 parents 6f477d7 + 1e7be3e commit 38025af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.10.1

## Enhancements

- Improved documentation coverage of JSDoc comments for methods.

# 0.10.0

## Enhancements

- Adds support for minim api-description ^0.9.0 and minim ^0.20.0.

# 0.9.0

- Added browser build distribution
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minim-parse-result",
"version": "0.10.0",
"version": "0.10.1",
"description": "Minim Parse Result Namespace",
"main": "./lib/parse-result.js",
"browser": "./src/parse-result.js",
Expand All @@ -20,7 +20,7 @@
"peasant": "peasant"
},
"dependencies": {
"minim-api-description": "^0.8.0"
"minim-api-description": "^0.8.1"
},
"devDependencies": {
"babel-plugin-array-includes": "^2.0.3",
Expand Down

0 comments on commit 38025af

Please sign in to comment.