Skip to content

Commit 8fef067

Browse files
chore(release): 0.0.4
1 parent 77c166f commit 8fef067

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.4](https://github.com/robertfyffe/react-editable-textbox/compare/v0.0.3...v0.0.4) (2020-04-28)
6+
7+
8+
### Bug Fixes
9+
10+
* **configs:** added missing display value for travis-ci ([7c7e374](https://github.com/robertfyffe/react-editable-textbox/commit/7c7e374cbfa2147f91af9099ddf64c8137ca3afa))
11+
512
### [0.0.3](https://github.com/robertfyffe/react-editable-textbox/compare/v0.0.2...v0.0.3) (2020-04-27)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robertfyffe/react-editable-textbox",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "React component for creating a contentEditable textbox.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)