Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Jan 1, 2024
1 parent 4d37382 commit 552bf8b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 5.0.0

- Drop node <= 16 support
- Updated dependencies

### 4.0.0

- Drop node <= 14 support
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 The Modernizr team
Copyright (c) 2024 The Modernizr team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ Just configure your build, click the Build button, and download/copy the Grunt C
##### See the [customizr repository](https://github.com/Modernizr/customizr#config-file) for valid settings.

## License
Copyright (c) 2023 The Modernizr team
Copyright (c) 2024 The Modernizr team
Licensed under the MIT license.
34 changes: 17 additions & 17 deletions 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,7 +1,7 @@
{
"name": "grunt-modernizr",
"description": "Build out a lean, mean Modernizr machine.",
"version": "4.0.0",
"version": "4.0.1",
"main": "Gruntfile.js",
"bin": {
"grunt-modernizr": "bin/grunt-modernizr"
Expand Down

0 comments on commit 552bf8b

Please sign in to comment.