Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 6009a1c

Browse files
committed
1.0.24
1 parent 08d9ed5 commit 6009a1c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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

10+
## [v1.0.24](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.23...v1.0.24) - 2019-07-22
11+
12+
### Merged
13+
14+
- change `—auth` flag to `—identity` [`#224`](https://github.com/netlify/netlify-dev-plugin/pull/224)
15+
1016
## [v1.0.23](https://github.com/netlify/netlify-dev-plugin/compare/v1.0.22...v1.0.23) - 2019-07-19
1117

1218
### Merged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-dev-plugin",
33
"description": "Netlify development tools plugin",
4-
"version": "1.0.23",
4+
"version": "1.0.24",
55
"author": "David Calavera @calavera",
66
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)