From 95156b10cc500f10b0d26b876067429db6f30b28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Nov 2022 12:27:54 +0000 Subject: [PATCH] chore(release): 1.1.10 [skip ci] ## [1.1.10](https://github.com/saitho/amp-css/compare/v1.1.9...v1.1.10) (2022-11-04) ### Bug Fixes * add missing build ([6df3364](https://github.com/saitho/amp-css/commit/6df33643a97460590a783c7f60a14601c21d44be)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26822c8..890a5e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.10](https://github.com/saitho/amp-css/compare/v1.1.9...v1.1.10) (2022-11-04) + + +### Bug Fixes + +* add missing build ([6df3364](https://github.com/saitho/amp-css/commit/6df33643a97460590a783c7f60a14601c21d44be)) + ## [1.1.9](https://github.com/saitho/amp-css/compare/v1.1.8...v1.1.9) (2022-11-04) diff --git a/package.json b/package.json index 3719c46..a4efa5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saithodev/amp-css", - "version": "1.1.9", + "version": "1.1.10", "description": "Provides a binary to compile SCSS files and validate them for AMP.", "bin": { "amp-css": "dist/bin/amp-css"