We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98882aa commit aec41c3Copy full SHA for aec41c3
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.1.0
5
+* Added types (by @hyperz111 and @MysteryBlokHed).
6
+
7
## 5.0.3
8
* Reduced dependencies and speed-up `objectifier` (by @hyperz111).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-js",
- "version": "5.0.3",
+ "version": "5.1.0",
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"keywords": [
"postcss",
0 commit comments