Skip to content

Commit 0fb3ba5

Browse files
chore(release): 1.1.0 [skip ci]
1 parent 0694db0 commit 0fb3ba5

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.1.0](https://github.com/thislooksfun/svelte-repo-card/compare/v1.0.0...v1.1.0) (2021-03-03)
2+
3+
4+
### Features
5+
6+
* add the ability to change color theme ([97ee113](https://github.com/thislooksfun/svelte-repo-card/commit/97ee11392eb29edfa17f1e711fcedf803d4be33e))
7+
8+
9+
### Bug Fixes
10+
11+
* make links use the link text color ([b222609](https://github.com/thislooksfun/svelte-repo-card/commit/b222609dff3e89a87f14abf5958a2cf7f50fd248))
12+
113
# 1.0.0 (2021-02-08)
214

315
:tada: The first release!

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,6 +1,6 @@
11
{
22
"name": "svelte-repo-card",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A simple GitHub repo card, based on Tarptaeya/repo-card",
55
"module": "dist/index.mjs",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)