Skip to content

Commit cc0008f

Browse files
authored
1.2.0 (#32)
1 parent 545a1d9 commit cc0008f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ docs-soap is a small (1.5kb minified/gzipped), simple library that can be used t
44

55
This project was developed for use in a client-side project. To use in a Node environment, your project will also require [jsdom-global](https://www.npmjs.com/package/jsdom-global).
66

7-
### New in 1.1.1
7+
### New in 1.2.0
88

9-
* The library now refers to a new `lib` directory that contains the sources after flow types have been stripped so consumers who have incompatible build processes can still use the source.
9+
* The library is now ES5 compatible for use with create-react-app. This is a minor release to avoid breaking anyone's code who depends on the ES6 functionality.
1010

1111
### Exported API
1212
```js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-soap",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A utility for cleaning Google Docs clipboard content into valid HTML",
55
"author": "aem <amarkon895@gmail.com>",
66
"keywords": [

0 commit comments

Comments
 (0)