Releases: saitho/amp-css
Releases · saitho/amp-css
v1.1.9
1.1.9 (2022-11-04)
Bug Fixes
- package.json to reduce vulnerabilities (88aa7e1)
- package.json to reduce vulnerabilities (eea00c8)
- raise max css size to 75kb (59b81f2)
- update amphtml-validator version to fix validation and remove unavailable packages (96bdc8e)
v1.1.8
1.1.8 (2020-11-29)
Bug Fixes
- update amphtml-validator to 1.0.33 (68fcbe0)
- update meow and node-sass to latest version (1ecad1f)
v1.1.7
1.1.7 (2020-07-30)
Bug Fixes
- update amphtml-validator to v1.0.31 (12aeaaf)
v1.1.6
1.1.6 (2020-01-28)
Bug Fixes
- add typings to NPM package (6b4ef2b)
v1.1.5
1.1.5 (2020-01-20)
Bug Fixes
- build: build sources before publishing the package (60e7031)
v1.1.4
1.1.4 (2020-01-20)
Bug Fixes
- Updates node-sass to v4.13.1 to reduce vulnerabilities (#4) (4574456)
v1.1.3
Same as v1.1.2. Forgot to build JS files before publishing the package.
(Should really fix the CI job :D)
v1.1.2
- Bugfix: Exit command with error code when error occurs
v1.1.1
- Bugfix: Fix type of includePath argument (which is string, not array)
- Bugfix: Cast error message to string before passing it to stderr
- Enhancement: Make sure log messages end in new line