Skip to content

Commit

Permalink
chore(NA): bump version to 8.1.4 (#130677)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
mistic and kibanamachine authored Apr 20, 2022
1 parent 08565fd commit b1dde38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "8.1.3",
"version": "8.1.4",
"branch": "8.1",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe('validates saved object types when a schema is provided', () => {
{ migrationVersion: { foo: '7.16.0' } }
);
}).rejects.toThrowErrorMatchingInlineSnapshot(
`"Migration function for version 8.1.3 threw an error"`
`"Migration function for version 8.1.4 threw an error"`
);
});

Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-pack",
"version": "8.1.3",
"version": "8.1.4",
"author": "Elastic",
"private": true,
"license": "Elastic-License",
Expand Down

0 comments on commit b1dde38

Please sign in to comment.