Skip to content

Commit

Permalink
2.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed Apr 12, 2020
1 parent 8102806 commit 2dc121e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v2.43.0](https://github.com/netlify/cli/compare/v2.42.0...v2.43.0) - 2020-04-09
## [v2.44.0](https://github.com/netlify/cli/compare/v2.42.0...v2.44.0) - 2020-04-12

### Merged

- Dev: Resolve command before spawning [`#816`](https://github.com/netlify/cli/pull/816)
- Update tests [`#812`](https://github.com/netlify/cli/pull/812)
- Upgrade netlify-redirect-parser [`#814`](https://github.com/netlify/cli/pull/814)
- Fix `netlify build` crash [`#813`](https://github.com/netlify/cli/pull/813)
- Dev: Rewrite for internal URL with SPA servers [`#810`](https://github.com/netlify/cli/pull/810)
- Cleanup [`#811`](https://github.com/netlify/cli/pull/811)

### Commits

- Upgrade netlify-redirect-parser [`97afd59`](https://github.com/netlify/cli/commit/97afd5981f9a1381623ab7ab616e75b3ef79a799)
- Tests: Use node-fetch instead [`717e419`](https://github.com/netlify/cli/commit/717e4192e9dc0f73b6eba5486a19b4bf9d88a3c4)
- Remove CircleCI integration [`5e96966`](https://github.com/netlify/cli/commit/5e969661e4e885c1cd49d6d612ad4666f9674f3c)
- Create main.yml [`f5eeea7`](https://github.com/netlify/cli/commit/f5eeea7e3886828e14d53b241e25d903950532b3)

## [v2.42.0](https://github.com/netlify/cli/compare/v2.41.0...v2.42.0) - 2020-04-08

Expand Down Expand Up @@ -265,7 +268,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- Fix netlify-redirect-parser problem by updating [`5e28d0c`](https://github.com/netlify/cli/commit/5e28d0c50a9efcaaa23d4da2e747feab5a2716f6)
- docs: update paths [`3bb6ed1`](https://github.com/netlify/cli/commit/3bb6ed118603dcf04cb68f70768839deff1aff8b)
- docs: update site sync script. Update paths for site build [`b4aa492`](https://github.com/netlify/cli/commit/b4aa492cb2d7d75fae84a71800ebbe66290e3697)
- refactor: clean up functions:list & add json logging [`c895829`](https://github.com/netlify/cli/commit/c895829a015c4d03aa563a9db271b31478f22989)

## [v2.25.0](https://github.com/netlify/cli/compare/v2.24.0...v2.25.0) - 2019-12-10

Expand Down Expand Up @@ -315,8 +318,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

- refactor: delete old config parsing [`6bd8a44`](https://github.com/netlify/cli/commit/6bd8a44c9c7ae08832ca1099f0820f9ea80eba09)
- fix: dont run detector sync lookup for every command [`18f1b30`](https://github.com/netlify/cli/commit/18f1b306c6ad101cc8126c7174a1f99ccf15ef32)
- chore: update config dep [`4012c9d`](https://github.com/netlify/cli/commit/4012c9d66fe37af570e43e3007ec527d373e5fd1)
- fix: dont run detector sync lookup for every command [`18f1b30`](https://github.com/netlify/cli/commit/18f1b306c6ad101cc8126c7174a1f99ccf15ef32)

## [v2.21.0](https://github.com/netlify/cli/compare/v2.20.2...v2.21.0) - 2019-11-13

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "2.43.0",
"version": "2.44.0",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <[email protected]> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit 2dc121e

Please sign in to comment.