Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit 6b0fd4e

Browse files
author
sw-yx
committed
1.1.0
1 parent 2f6bf6a commit 6b0fd4e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

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

10+
## [v1.1.0](https://github.com/netlify/cli-utils/compare/v1.0.7...v1.1.0) - 2019-09-05
11+
12+
### Commits
13+
14+
- add projectRoot command [`2f6bf6a`](https://github.com/netlify/cli-utils/commit/2f6bf6aeb2ec7ac41abfaeee8b6c5dbb0f0fe1a9)
15+
- merge master [`d4ef4e5`](https://github.com/netlify/cli-utils/commit/d4ef4e5c792f7b4e52e7cfc38b11c913f6320327)
16+
1017
## [v1.0.7](https://github.com/netlify/cli-utils/compare/v1.0.6...v1.0.7) - 2019-07-23
1118

1219
### Merged
@@ -59,8 +66,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5966
### Commits
6067

6168
- add dep graph [`2fe8460`](https://github.com/netlify/cli-utils/commit/2fe84604a14c5674a12bd1a6c42cdfe8319024d9)
69+
- consistently name state-config folder [`0e81c03`](https://github.com/netlify/cli-utils/commit/0e81c03434bd84265431806888774c646645d4e0)
6270
- split out expensive portions of authenticate call [`a0e8030`](https://github.com/netlify/cli-utils/commit/a0e80304fdc7cad75d8c1075878388e1924423cb)
63-
- changelog [`d61f3b9`](https://github.com/netlify/cli-utils/commit/d61f3b9537eee9a6c8d70a68c5f1480fe134b06b)
6471

6572
## [v1.0.2](https://github.com/netlify/cli-utils/compare/v1.0.1...v1.0.2) - 2019-04-17
6673

package-lock.json

Lines changed: 1 addition & 1 deletion
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-utils",
33
"description": "Netlify CLI utilities for configuration and API access",
4-
"version": "1.0.7",
4+
"version": "1.1.0",
55
"author": "Netlify Inc.",
66
"ava": {
77
"files": [

0 commit comments

Comments
 (0)