Skip to content

Commit eb73be8

Browse files
chore(main): release 12.6.0
1 parent 2994d3e commit eb73be8

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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+
## [12.6.0](https://github.com/netlify/cli/compare/v12.5.0...v12.6.0) (2023-01-03)
11+
12+
13+
### Features
14+
15+
* **ef templates:** replace context.json with Response.json ([#5342](https://github.com/netlify/cli/issues/5342)) ([89b14e2](https://github.com/netlify/cli/commit/89b14e280df05cd84e931d1b3ca66208c79f4d91))
16+
* use console.log for logging in ef template ([#5340](https://github.com/netlify/cli/issues/5340)) ([7eb4479](https://github.com/netlify/cli/commit/7eb44798bf2c113a118c60d38990fdb7a536ae06))
17+
18+
19+
### Bug Fixes
20+
21+
* **command-dev:** replace deprecated static-server dep by fastify-static ([#5341](https://github.com/netlify/cli/issues/5341)) ([2994d3e](https://github.com/netlify/cli/commit/2994d3eb57e2fd35bda68917db84d17b7d3cf08f))
22+
* **deps:** update netlify packages ([#5336](https://github.com/netlify/cli/issues/5336)) ([e1f661a](https://github.com/netlify/cli/commit/e1f661ade9da2a36d6fb4ebf5b2556ca97ae31f9))
23+
1024
## [12.5.0](https://github.com/netlify/cli/compare/v12.4.1...v12.5.0) (2022-12-22)
1125

1226

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": "12.5.0",
4+
"version": "12.6.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"contributors": [

0 commit comments

Comments
 (0)