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

Commit a285a08

Browse files
committed
1.0.5
1 parent c90aa73 commit a285a08

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.5](https://github.com/netlify/cli-utils/compare/v1.0.4...v1.0.5) - 2019-07-17
11+
12+
### Merged
13+
14+
- Update token lookup [`#11`](https://github.com/netlify/cli-utils/pull/11)
15+
16+
### Commits
17+
18+
- remove `clientToken` get/set & expensivelyCheckToken [`a288cc4`](https://github.com/netlify/cli-utils/commit/a288cc4624d25592dbc7fd96bbfe1b46f5f81e0b)
19+
- format code [`e9e329a`](https://github.com/netlify/cli-utils/commit/e9e329af2196f0da7e29238ac85a525a00cee69f)
20+
- update method doc [`4923c7d`](https://github.com/netlify/cli-utils/commit/4923c7db910e0788bc34d56050be34b29e21b3ec)
21+
1022
## [v1.0.4](https://github.com/netlify/cli-utils/compare/v1.0.3...v1.0.4) - 2019-07-16
1123

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

0 commit comments

Comments
 (0)