Skip to content

Commit d36fb21

Browse files
committed
v2.1.0
1 parent d8a378b commit d36fb21

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.0](https://github.com/metonym/svelte-readme/releases/tag/v2.1.0) - 2020-12-30
9+
10+
- Infer development mode if `process.env.ROLLUP_WATCH` is `true`
11+
- Automatically set `svelte.compilerOptions.dev`
12+
- Default `svelte.compilerOptions.immutable` to `true`
13+
814
## [2.0.0](https://github.com/metonym/svelte-readme/releases/tag/v2.0.0) - 2020-12-30
915

1016
- Upgrade `rollup-plugin-svelte` to ^v7.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# svelte-readme
22

3-
> Use the README.md file to document and demo your Svelte components.
3+
> Develop and demo your Svelte components in your README.md.
44
55
The purpose of this project is to minimize additional set-up by using the README.md for component documentation and development.
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "svelte-readme",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
5-
"description": "Use your README.md file for Svelte component documentation",
5+
"description": "Develop and demo your Svelte components in your README.md",
66
"author": "Eric Liu (https://github.com/metonym)",
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)