Skip to content

Commit 7d019ff

Browse files
authored
0.1.6 (#23)
1 parent 54157c0 commit 7d019ff

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# docs-soap Changelog
22
<table>
3+
<tr>
4+
<td>
5+
<strong>v0.1.6</strong>
6+
</td>
7+
<td>
8+
<ul>
9+
<li>Fixed bug where <code>&lt;br&gt;</code> tags would be stripped</li>
10+
</ul>
11+
</td>
12+
</tr>
313
<tr>
414
<td>
515
<strong>v0.1.5</strong>

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ docs-soap is a small, simple library that can be used to transform clipboard con
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 0.1.5
8-
<ul>
9-
<li>Added support for all header types</li>
10-
</ul>
7+
### New in 0.1.6
8+
9+
* Fixed bug where `<br>` tags would be stripped from output
1110

1211
### Exported API
1312
```js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-soap",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A utility for cleaning Google Docs clipboard content into valid HTML",
55
"author": "aem <[email protected]>",
66
"keywords": [

0 commit comments

Comments
 (0)