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

Commit 80911c0

Browse files
committed
1.0.4
1 parent 0fafea3 commit 80911c0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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.0.4](https://github.com/netlify/cli-utils/compare/v1.0.3...v1.0.4) - 2019-07-16
11+
12+
### Merged
13+
14+
- Refactor token lookup [`#10`](https://github.com/netlify/cli-utils/pull/10)
15+
16+
### Commits
17+
18+
- Remove getter and lookup by flag > env var > global user config [`5b080b3`](https://github.com/netlify/cli-utils/commit/5b080b37082978336533d7adfcc37878d7e73cce)
19+
- add docs to function [`d325599`](https://github.com/netlify/cli-utils/commit/d3255992c2876b3f27bf894b4e51dbdd86381b38)
20+
1021
## [v1.0.3](https://github.com/netlify/cli-utils/compare/v1.0.2...v1.0.3) - 2019-07-16
1122

1223
### Merged

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.3",
4+
"version": "1.0.4",
55
"author": "Netlify Inc.",
66
"ava": {
77
"files": [

0 commit comments

Comments
 (0)