Skip to content

Commit

Permalink
Release 4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 6, 2023
1 parent 75b9156 commit e3117fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 4.0.0
* Removed Node.js 14 support.
* Updated easings from easings.net (by @sidewayss).
* Fixed custom easings with numbers support (by @sidewayss).

## 3.0.1
* Added funding links.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-easings",
"version": "3.0.1",
"version": "4.0.0",
"description": "PostCSS plugin to replace easing names to cubic-bezier()",
"keywords": [
"postcss",
Expand Down

0 comments on commit e3117fa

Please sign in to comment.