Skip to content

Commit ec491ea

Browse files
chore(release): 0.0.15
1 parent b2dbcaf commit ec491ea

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.15](https://github.com/robertfyffe/react-editable-textbox/compare/v0.0.14...v0.0.15) (2020-04-30)
6+
7+
8+
### Bug Fixes
9+
10+
* **components:** corrected issue with wrong prop type declared ([#15](https://github.com/robertfyffe/react-editable-textbox/issues/15)) ([b2dbcaf](https://github.com/robertfyffe/react-editable-textbox/commit/b2dbcaf8f7fb63a0cb4d6f2d6a9cf3f95d9d8ddc))
11+
512
### [0.0.14](https://github.com/robertfyffe/react-editable-textbox/compare/v0.0.13...v0.0.14) (2020-04-30)
613

714
### [0.0.13](https://github.com/robertfyffe/react-editable-textbox/compare/v0.0.12...v0.0.13) (2020-04-29)

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.14",
3+
"version": "0.0.15",
44
"description": "React component for creating a contentEditable textbox.",
55
"main": "dist/react-editable-textbox.js",
66
"scripts": {

0 commit comments

Comments
 (0)