From c6d833fe36595d757bf46ce534a88c07cdf0ae50 Mon Sep 17 00:00:00 2001 From: dangreen Date: Wed, 12 Oct 2022 12:53:50 +0400 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd8f4a..54431b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.1](https://github.com/TrigenSoftware/ua-regexes-lite/compare/v1.1.0...v1.1.1) (2022-10-12) + + +### Bug Fixes + +* types ([6d3b8ca](https://github.com/TrigenSoftware/ua-regexes-lite/commit/6d3b8ca4aaed215c453ea62bf199c3ff1e91b2c1)) + ## [1.1.0](https://github.com/TrigenSoftware/ua-regexes-lite/compare/v1.0.0...v1.1.0) (2022-10-12) diff --git a/package.json b/package.json index 06703dd..8520161 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ua-regexes-lite", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "description": "A lite useragent regexes collection.", "author": "dangreen", "license": "MIT",