From d29645f185fcff92559785f5d4c79886ae894f5b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Nov 2020 15:23:39 +0000 Subject: [PATCH] chore(release): 1.1.8 [skip ci] ## [1.1.8](https://github.com/saitho/amp-css/compare/v1.1.7...v1.1.8) (2020-11-29) ### Bug Fixes * update amphtml-validator to 1.0.33 ([68fcbe0](https://github.com/saitho/amp-css/commit/68fcbe057d58045f0f5c4be3dd8c8638640fb30d)) * update meow and node-sass to latest version ([1ecad1f](https://github.com/saitho/amp-css/commit/1ecad1f55a068d2dea0dc1228ce1532ef7bfdcfa)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e250aa..46276df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.8](https://github.com/saitho/amp-css/compare/v1.1.7...v1.1.8) (2020-11-29) + + +### Bug Fixes + +* update amphtml-validator to 1.0.33 ([68fcbe0](https://github.com/saitho/amp-css/commit/68fcbe057d58045f0f5c4be3dd8c8638640fb30d)) +* update meow and node-sass to latest version ([1ecad1f](https://github.com/saitho/amp-css/commit/1ecad1f55a068d2dea0dc1228ce1532ef7bfdcfa)) + ## [1.1.7](https://github.com/saitho/amp-css/compare/v1.1.6...v1.1.7) (2020-07-30) diff --git a/package.json b/package.json index 3c2ca74..037f313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saithodev/amp-css", - "version": "1.1.7", + "version": "1.1.8", "description": "Provides a binary to compile SCSS files and validate them for AMP.", "bin": { "amp-css": "dist/bin/amp-css"