From b68b31be50d7cea18246293671a0f15a0491eb7f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Jan 2023 10:07:47 +0000 Subject: [PATCH] chore(release): 10.2.1 [skip ci] ## [10.2.1](https://github.com/terrestris/ol-util/compare/v10.2.0...v10.2.1) (2023-01-26) ### Bug Fixes * reintroduces the use of propertyNames ([c222326](https://github.com/terrestris/ol-util/commit/c2223264ba71f6c1e897b592502e019006b853fb)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5701556f6..da3f95e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.2.1](https://github.com/terrestris/ol-util/compare/v10.2.0...v10.2.1) (2023-01-26) + + +### Bug Fixes + +* reintroduces the use of propertyNames ([c222326](https://github.com/terrestris/ol-util/commit/c2223264ba71f6c1e897b592502e019006b853fb)) + # [10.2.0](https://github.com/terrestris/ol-util/compare/v10.1.3...v10.2.0) (2023-01-23) diff --git a/package-lock.json b/package-lock.json index dc4b02d22..79326b871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/ol-util", - "version": "10.2.0", + "version": "10.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@terrestris/ol-util", - "version": "10.2.0", + "version": "10.2.1", "license": "BSD-2-Clause", "dependencies": { "@terrestris/base-util": "^1.0.1", diff --git a/package.json b/package.json index 38ea614ee..c979ea07d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@terrestris/ol-util", - "version": "10.2.0", + "version": "10.2.1", "description": "A set of helper classes for working with openLayers", "module": "src/index.ts", "main": "dist/index.js",