From e0c42752be71cec5718816793c58c071c0940591 Mon Sep 17 00:00:00 2001 From: Atlassian Bamboo Date: Tue, 15 Nov 2022 23:22:33 +0300 Subject: [PATCH] skipci: Automatic increment build number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ac2535e..d637328a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adguard/extended-css", - "version": "2.0.9", + "version": "2.0.10", "description": "AdGuard's TypeScript library for non-standard element selecting and applying CSS styles with extended properties.", "main": "dist/extended-css.umd.js", "module": "dist/extended-css.esm.js",