Skip to content

Commit cc6c5fb

Browse files
chore(release): 0.0.18
1 parent 673cfe4 commit cc6c5fb

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.18](https://github.com/robertfyffe/react-editable-textbox/compare/v0.0.17...v0.0.18) (2020-05-04)
6+
7+
8+
### Bug Fixes
9+
10+
* **scripts:** problem with core-js ([#18](https://github.com/robertfyffe/react-editable-textbox/issues/18)) ([673cfe4](https://github.com/robertfyffe/react-editable-textbox/commit/673cfe44afe5dfe407c9d1bd6b7f7c81eeae394a))
11+
512
### [0.0.17](https://github.com/robertfyffe/react-editable-textbox/compare/v0.0.16...v0.0.17) (2020-05-04)
613

714
### [0.0.16](https://github.com/robertfyffe/react-editable-textbox/compare/v0.0.15...v0.0.16) (2020-05-03)

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

0 commit comments

Comments
 (0)