We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc57c4b commit c976cb7Copy full SHA for c976cb7
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
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
13
## [4.4.4] (2018-12-20)
14
15
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dadi/api",
3
- "version": "4.4.4",
+ "version": "4.4.5",
"main": "main.js",
"scripts": {
"create-client": "cd ../../.. && node ./node_modules/@dadi/api/utils/create-client.js",
0 commit comments