From 46352a29006ba57d832b8fbc63d4fcbc8d351e89 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Jun 2022 16:50:39 +0000 Subject: [PATCH] docs: 1.1.0 [skip ci] ## [1.1.0](https://github.com/M-Scott-Lassiter/jest-geojson/compare/v1.0.0...v1.1.0) (2022-06-04) ### :gift: Feature Changes * **toBeValidGeoJSON:** add new matcher ([bf67420](https://github.com/M-Scott-Lassiter/jest-geojson/commit/bf67420c415df5a0762ad428e5ad58faca52e017)), closes [#26](https://github.com/M-Scott-Lassiter/jest-geojson/issues/26) --- 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 567503e..0091832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.0](https://github.com/M-Scott-Lassiter/jest-geojson/compare/v1.0.0...v1.1.0) (2022-06-04) + + +### :gift: Feature Changes + +* **toBeValidGeoJSON:** add new matcher ([bf67420](https://github.com/M-Scott-Lassiter/jest-geojson/commit/bf67420c415df5a0762ad428e5ad58faca52e017)), closes [#26](https://github.com/M-Scott-Lassiter/jest-geojson/issues/26) + ## 1.0.0 (2022-06-02) diff --git a/package-lock.json b/package-lock.json index 2668427..a9bf034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jest-geojson", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jest-geojson", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@m-scott-lassiter/semantic-release-github-npm-config": "^2.0.0", diff --git a/package.json b/package.json index ae0c30f..613ea6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-geojson", - "version": "1.0.0", + "version": "1.1.0", "description": "Additional Jest matchers for GeoJSON", "keywords": [ "jest",