Skip to content

Commit db91fde

Browse files
committed
v3.1.0
1 parent 391ebec commit db91fde

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@ 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-
## [3.0.0](https://github.com/metonym/svelte-readme/releases/tag/v3.0.0) - 2020-01-18
8+
## [3.1.0](https://github.com/metonym/svelte-readme/releases/tag/v3.1.0) - 2021-03-20
9+
10+
- add `28px` minimum height to `p` tags
11+
- add `48px` margin bottom to `pre` tags
12+
13+
## [3.0.0](https://github.com/metonym/svelte-readme/releases/tag/v3.0.0) - 2021-01-18
914

1015
- Upgrade `prettier-plugin-svelte` version from ^1.4.2 to ^2.1.0
1116

12-
## [2.3.1](https://github.com/metonym/svelte-readme/releases/tag/v2.3.1) - 2020-01-17
17+
## [2.3.1](https://github.com/metonym/svelte-readme/releases/tag/v2.3.1) - 2021-01-17
1318

1419
- Append code-fence button only if `disableDefaultCSS` is false
1520

16-
## [2.3.0](https://github.com/metonym/svelte-readme/releases/tag/v2.3.0) - 2020-01-17
21+
## [2.3.0](https://github.com/metonym/svelte-readme/releases/tag/v2.3.0) - 2021-01-17
1722

1823
- Support head option in `createConfig`
1924

20-
## [2.2.0](https://github.com/metonym/svelte-readme/releases/tag/v2.2.0) - 2020-01-02
25+
## [2.2.0](https://github.com/metonym/svelte-readme/releases/tag/v2.2.0) - 2021-01-02
2126

2227
- Add ability to link to git repo url if `package.json#repository.url` is specified
2328
- Style button by default

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-readme",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"license": "MIT",
55
"description": "Develop and demo your Svelte components in your README.md",
66
"author": "Eric Liu (https://github.com/metonym)",

0 commit comments

Comments
 (0)