Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2019-01-22)

### Features

* add parcel, fixes [#1](#1) ([c792c95](c792c95))
* syndication always returns full objects ([0f5f78e](0f5f78e)), closes [#3](#3)

### BREAKING CHANGES

* Syndication does not have an embed option anymore. It is always the full response.
  • Loading branch information
release-bot committed Jan 22, 2019
1 parent 0f5f78e commit 502c23d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/informatievlaanderen/public-api/compare/v1.2.0...v2.0.0) (2019-01-22)


### Features

* add parcel, fixes [#1](https://github.com/informatievlaanderen/public-api/issues/1) ([c792c95](https://github.com/informatievlaanderen/public-api/commit/c792c95))
* syndication always returns full objects ([0f5f78e](https://github.com/informatievlaanderen/public-api/commit/0f5f78e)), closes [#3](https://github.com/informatievlaanderen/public-api/issues/3)


### BREAKING CHANGES

* Syndication does not have an embed option anymore. It is always the full response.

# [1.2.0](https://github.com/informatievlaanderen/public-api/compare/v1.1.1...v1.2.0) (2019-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "public-api",
"version": "1.2.0",
"version": "2.0.0",
"description": "Provide a common api across all registries.",
"author": "Basisregisters Vlaanderen",
"license": "EUPL-1.2",
Expand Down

0 comments on commit 502c23d

Please sign in to comment.