Skip to content

Commit

Permalink
chore: version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Sep 27, 2018
1 parent dbc1a35 commit 7e7462e
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
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.3.0] (2018-09-27)

### Changed

- [#490](https://github.com/dadi/api/issues/490): add i18n field character to /api/languages endpoint
- [#492](https://github.com/dadi/api/issues/492): add collection schemas and settings to /api/collections endpoint

## [4.2.2] (2018-09-04)

### Changed
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": "@dadi/api",
"version": "4.2.2",
"version": "4.3.0",
"main": "main.js",
"scripts": {
"create-client": "cd ../../.. && node ./node_modules/@dadi/api/utils/create-client.js",
Expand Down

0 comments on commit 7e7462e

Please sign in to comment.