Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 630fa4f

Browse files
committed
chore(project): release minim-api-description 0.9.0
1 parent 73ef23e commit 630fa4f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/minim-api-description/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Minim API Description
22

3-
## Master
3+
## 0.9.0 (26-02-19)
44

55
### Breaking
66

7-
- Node 4 is not supported anymore
7+
- Node 4 is no longer supported.
8+
- The package no longer contains a browser bundle of minim-api-description.
89

910
### Enhancements
1011

packages/minim-api-description/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minim-api-description",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Minim API Description Namespace",
55
"author": "Apiary.io <[email protected]>",
66
"license": "MIT",

packages/minim-parse-result/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "mocha"
1818
},
1919
"dependencies": {
20-
"minim-api-description": "^0.8.1"
20+
"minim-api-description": "^0.9.0"
2121
},
2222
"devDependencies": {
2323
"chai": "^4.1.2",

0 commit comments

Comments
 (0)