Skip to content

Commit

Permalink
v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veeck committed Aug 15, 2023
1 parent 7e1cab4 commit 782d489
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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.13.0](https://github.com/Modernizr/Modernizr/compare/v3.12.0...v3.13.0)

- Update dependencies [`#2727`](https://github.com/Modernizr/Modernizr/pull/2727)
- Add latest feature detects and fixes from v4 branch [`#2726`](https://github.com/Modernizr/Modernizr/pull/2726)
- Update github actions [`7f51014`](https://github.com/Modernizr/Modernizr/commit/7f51014712ca280e1d3bf0e00e147463b4fc573b)

#### [v3.12.0](https://github.com/Modernizr/Modernizr/compare/v3.11.8...v3.12.0)

> 15 February 2022
- Add feature detects from v4 branch [`#2687`](https://github.com/Modernizr/Modernizr/pull/2687)
- ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows [`#2672`](https://github.com/Modernizr/Modernizr/pull/2672)
- Update dependencies [`af3582b`](https://github.com/Modernizr/Modernizr/commit/af3582bab7dca13930309439121fc8a5171b399b)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! Modernizr 3.12.0 | MIT */
/*! Modernizr 3.13.0 | 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.12.0",
"version": "3.13.0",
"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

3 comments on commit 782d489

@AlexWayfer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not in master branch?

@rejas
Copy link
Member

@rejas rejas commented on 782d489 Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

becuase in master branch happens breaking v4 stuff

@AlexWayfer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, got it, thanks. By CHANGELOG it seems like outdated v3.

Please sign in to comment.