Skip to content

Commit e3117fa

Browse files
committed
Release 4.0 version
1 parent 75b9156 commit e3117fa

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 4.0.0
5+
* Removed Node.js 14 support.
6+
* Updated easings from easings.net (by @sidewayss).
7+
* Fixed custom easings with numbers support (by @sidewayss).
8+
49
## 3.0.1
510
* Added funding links.
611

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-easings",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "PostCSS plugin to replace easing names to cubic-bezier()",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)