Skip to content

Commit 5fd6905

Browse files
chore(main): release 14.1.0 (#5641)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent d1410d0 commit 5fd6905

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [14.1.0](https://github.com/netlify/cli/compare/v14.0.0...v14.1.0) (2023-04-19)
11+
12+
13+
### Features
14+
15+
* add bugsnag reporting to the CLI application ([#5640](https://github.com/netlify/cli/issues/5640)) ([865e7a1](https://github.com/netlify/cli/commit/865e7a15f0ef717c7b65a7b9103e6138882cab4f))
16+
17+
18+
### Bug Fixes
19+
20+
* correctly reload edge functions on change ([#5642](https://github.com/netlify/cli/issues/5642)) ([d1410d0](https://github.com/netlify/cli/commit/d1410d029572dec08da2c1ffb7f724ba33247857))
21+
1022
## [14.0.0](https://github.com/netlify/cli/compare/v13.2.2...v14.0.0) (2023-04-17)
1123

1224

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cli",
33
"description": "Netlify command line tool",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)