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

Commit b5852fb

Browse files
committed
-> v1.4.0
1 parent c4ce84f commit b5852fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# svelte-cli changelog
22

3+
## 1.4.0
4+
5+
* Add `--generate` option ([#24](https://github.com/sveltejs/svelte-cli/issues/19))
6+
37
## 1.3.7
48

59
* Strip byte order mark ([#22](https://github.com/sveltejs/svelte-cli/issues/22))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-cli",
3-
"version": "1.3.7",
3+
"version": "1.4.0",
44
"description": "Command line interface for Svelte",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)