@csstools/postcss-stepped-value-functions 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes to PostCSS Stepped Value Functions
2
2
 
3
+ ### 2.0.1 (January 28, 2023)
4
+
5
+ - Improve `types` declaration in `package.json`
6
+
3
7
  ### 2.0.0 (January 24, 2023)
4
8
 
5
9
  - Updated: Support for Node v14+ (major).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/postcss-stepped-value-functions",
3
3
  "description": "Use round, rem and mod functions in CSS",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -26,6 +26,7 @@
26
26
  "types": "dist/index.d.ts",
27
27
  "exports": {
28
28
  ".": {
29
+ "types": "./dist/index.d.ts",
29
30
  "import": "./dist/index.mjs",
30
31
  "require": "./dist/index.cjs",
31
32
  "default": "./dist/index.mjs"