Skip to content

Commit c976cb7

Browse files
committed
chore: version 4.4.5
1 parent fc57c4b commit c976cb7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [4.4.5] (2019-01-24)
8+
9+
### Fixed
10+
11+
- [#530](https://github.com/dadi/api/issues/530): run `afterGet` hooks after field hooks
12+
713
## [4.4.4] (2018-12-20)
814

915
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dadi/api",
3-
"version": "4.4.4",
3+
"version": "4.4.5",
44
"main": "main.js",
55
"scripts": {
66
"create-client": "cd ../../.. && node ./node_modules/@dadi/api/utils/create-client.js",

0 commit comments

Comments
 (0)