Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Apr 4, 2019
1 parent b0b15fc commit a02a933
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## [v2.10.0](https://github.com/netlify/cli/compare/v2.9.1...v2.10.0) - 2019-04-04

### Merged

- Remove shrink-wrap pruning during pack step [`#283`](https://github.com/netlify/cli/pull/283)
- Validate site name on init command [`#264`](https://github.com/netlify/cli/pull/264)
- Update delete addon [`#265`](https://github.com/netlify/cli/pull/265)
- Removed unknown character from log msg [`#278`](https://github.com/netlify/cli/pull/278)
- add alias for addons command [`#276`](https://github.com/netlify/cli/pull/276)
- confirm before doing destructive actions [`#271`](https://github.com/netlify/cli/pull/271)

### Commits

- commit shrinkwrap and package-lock changes [`6afd3ef`](https://github.com/netlify/cli/commit/6afd3efdd93a9280deac9a78cdfc9befaa8193b3)
- fixtypo [`9115870`](https://github.com/netlify/cli/commit/9115870ed08df20beb78189e35a9c0b5aa03ef2a)
- tweak error message [`783c4cc`](https://github.com/netlify/cli/commit/783c4cc398ec2c7a3f7b66c7842d34f321ca3ba0)

## [v2.9.1](https://github.com/netlify/cli/compare/v2.9.0...v2.9.1) - 2019-03-21

### Commits
Expand All @@ -22,8 +39,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

- add netlify init sugar #210 #267 [`5b5596f`](https://github.com/netlify/cli/commit/5b5596f1b542cc2cf5148710f89e31ae028f935e)
- Standardise capitalization of words in init command [`da29843`](https://github.com/netlify/cli/commit/da29843414794cd00cd35300b582e6f33966e3a2)
- minor tweaks [`81de3d5`](https://github.com/netlify/cli/commit/81de3d5a91529ca3195f6cf3ab06c8b2f3922855)
- change to functions as default functions folder name [`11018e6`](https://github.com/netlify/cli/commit/11018e6dd5c802683d9759c61ccc5559839fbd14)

## [v2.8.3](https://github.com/netlify/cli/compare/v2.8.2...v2.8.3) - 2019-03-05

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

- Update semver deps [`ce9578d`](https://github.com/netlify/cli/commit/ce9578dd8ad9881ce61779ad97b49d13ecc6db7f)
- Keep addons command hidden [`712458d`](https://github.com/netlify/cli/commit/712458d5c74d4f3812f52d290375b8c8321ba625)
- fix site build [`4ef6331`](https://github.com/netlify/cli/commit/4ef6331f4ae0a06377c17d37d985666b6a614e76)
- Keep addons command hidden [`712458d`](https://github.com/netlify/cli/commit/712458d5c74d4f3812f52d290375b8c8321ba625)

## [v2.7.4](https://github.com/netlify/cli/compare/v2.7.3...v2.7.4) - 2019-02-20

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

### Commits

- update no-repo flow [`9d20d77`](https://github.com/netlify/cli/commit/9d20d77327279fce40271b8e7de21156d2fd96a5)
- update reamde [`6f47a88`](https://github.com/netlify/cli/commit/6f47a8802a76a8fe5649e5ccdb58b63e77b80e31)
- update no-repo flow [`9d20d77`](https://github.com/netlify/cli/commit/9d20d77327279fce40271b8e7de21156d2fd96a5)
- update telemetry [`5f1cf55`](https://github.com/netlify/cli/commit/5f1cf55bf65ebe16a648244c49606a8cf1866b4a)

## [v2.0.0-alpha.7](https://github.com/netlify/cli/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) - 2018-09-08
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "2.9.1",
"version": "2.10.0",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit a02a933

Please sign in to comment.