Skip to content

Commit c2ea457

Browse files
committed
Release 1.0.0
1 parent c36641e commit c2ea457

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11

22

33

4+
5+
## v1.0.0 (2022-07-12)
6+
7+
#### :boom: Breaking Change
8+
* [#4](https://github.com/zhanwang626/ink-render-string/pull/4) Fixes publishing by adding a prepublish script ([@scalvert](https://github.com/scalvert))
9+
10+
#### :house: Internal
11+
* [#5](https://github.com/zhanwang626/ink-render-string/pull/5) Convert to using vitest ([@scalvert](https://github.com/scalvert))
12+
13+
#### Committers: 1
14+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
15+
16+
417
## v0.1.0 (2021-09-05)
518

619
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ink-render-string",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Render string for ink components",
55
"repository": "https://github.com/zhanwang626/ink-render-string.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)