Skip to content

Commit 0631008

Browse files
committed
Publish v5.2.1
1 parent 9333432 commit 0631008

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.2.1](https://github.com/react-bootstrap/dom-helpers/compare/v5.2.0...v5.2.1) (2021-04-26)
2+
3+
4+
5+
6+
17
# [5.2.0](https://github.com/react-bootstrap/dom-helpers/compare/v5.1.4...v5.2.0) (2020-08-02)
28

39

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dom-helpers",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "tiny modular DOM lib for ie9+",
55
"author": {
66
"name": "Jason Quense",
@@ -89,5 +89,11 @@
8989
"sinon": "^9.2.4",
9090
"typescript": "^4.2.2",
9191
"webpack": "^4.46.0"
92-
}
92+
},
93+
"bugs": {
94+
"url": "https://github.com/react-bootstrap/dom-helpers/issues"
95+
},
96+
"readme": "ERROR: No README data found!",
97+
"homepage": "https://github.com/react-bootstrap/dom-helpers#readme",
98+
9399
}

0 commit comments

Comments
 (0)