Skip to content

Commit 87e2fe4

Browse files
committed
Publish v5.0.0
1 parent 6f0152f commit 87e2fe4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [5.0.0](https://github.com/jquense/dom-helpers/compare/v3.4.0...v5.0.0) (2019-08-30)
2+
3+
4+
### Features
5+
6+
* add toggleClass method ([#53](https://github.com/jquense/dom-helpers/issues/53)) ([4cb2993](https://github.com/jquense/dom-helpers/commit/4cb2993))
7+
* remove a lot of code ([#57](https://github.com/jquense/dom-helpers/issues/57)) ([a6b5893](https://github.com/jquense/dom-helpers/commit/a6b5893))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* drop ie8 support
13+
14+
15+
16+
17+
118
# [3.4.0](https://github.com/jquense/dom-helpers/compare/v3.3.1...v3.4.0) (2018-11-02)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dom-helpers",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "tiny modular DOM lib for ie9+",
55
"author": {
66
"name": "Jason Quense",

0 commit comments

Comments
 (0)