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

Commit e967008

Browse files
committed
release: 2.0.1
1 parent 0add1c3 commit e967008

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Protagonist Changelog
22

3+
## 2.0.1 (2019-09-17)
4+
5+
This update now uses Drafter 4.0.1. Please see [Drafter
6+
4.0.1](https://github.com/apiaryio/drafter/releases/tag/v4.0.1) for the list of
7+
changes.
8+
9+
### Enhancements
10+
11+
- The Protagonist NPM package now contains a `THIRD_PARTY_LICENSES.txt` file
12+
which contains the licenses of the vendored C++ dependencies of the library.
13+
314
## 2.0.0 (2019-07-02)
415

516
This update now uses Drafter 4.0.0-pre.8. Please see [Drafter

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protagonist",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "API Blueprint Parser",
55
"author": "Apiary.io <support@apiary.io>",
66
"main": "./build/Release/protagonist",

0 commit comments

Comments
 (0)