Skip to content

Commit

Permalink
v3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Jan 18, 2021
1 parent 68ef624 commit 5cd3beb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.11.5](https://github.com/Modernizr/Modernizr/compare/v3.11.4...v3.11.5)

- Fix error in es6symbol with IE8 [`#2630`](https://github.com/Modernizr/Modernizr/pull/2630)
- Add check for parent node [`#2631`](https://github.com/Modernizr/Modernizr/pull/2631)
- Fix error of es6symbol test in ie11 [`#2624`](https://github.com/Modernizr/Modernizr/pull/2624)
- Fix npm audit issues [`96d3ef0`](https://github.com/Modernizr/Modernizr/commit/96d3ef013c4bb9808c0f875ffffa23a50b67235d)

#### [v3.11.4](https://github.com/Modernizr/Modernizr/compare/v3.11.3...v3.11.4)

> 27 November 2020
- Update dependencies [`#2617`](https://github.com/Modernizr/Modernizr/pull/2617)

#### [v3.11.3](https://github.com/Modernizr/Modernizr/compare/v3.11.2...v3.11.3)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! Modernizr 3.11.4 | MIT */
/*! Modernizr 3.11.5 | MIT */
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modernizr",
"version": "3.11.4",
"version": "3.11.5",
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.",
"main": "./lib/cli.js",
"bin": "./bin/modernizr",
Expand Down

0 comments on commit 5cd3beb

Please sign in to comment.