From 397d8ef94e7dd05ff6a43477468a8123749d4103 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Jun 2022 15:52:05 +0000 Subject: [PATCH] docs: 1.3.0 [skip ci] ## [1.3.0](https://github.com/M-Scott-Lassiter/jest-geojson/compare/v1.2.0...v1.3.0) (2022-06-08) ### :gift: Feature Changes * **toHaveNumericID:** add new matcher ([56e3e4c](https://github.com/M-Scott-Lassiter/jest-geojson/commit/56e3e4c5c2c79aec9380ab82ad525f3d0efa9c47)), closes [#38](https://github.com/M-Scott-Lassiter/jest-geojson/issues/38) * **toHaveStringID:** add new matcher ([cefddd6](https://github.com/M-Scott-Lassiter/jest-geojson/commit/cefddd674204402299f569bfbb2df21287a2c8e9)), closes [#37](https://github.com/M-Scott-Lassiter/jest-geojson/issues/37) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c0e38..e19499d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.0](https://github.com/M-Scott-Lassiter/jest-geojson/compare/v1.2.0...v1.3.0) (2022-06-08) + + +### :gift: Feature Changes + +* **toHaveNumericID:** add new matcher ([56e3e4c](https://github.com/M-Scott-Lassiter/jest-geojson/commit/56e3e4c5c2c79aec9380ab82ad525f3d0efa9c47)), closes [#38](https://github.com/M-Scott-Lassiter/jest-geojson/issues/38) +* **toHaveStringID:** add new matcher ([cefddd6](https://github.com/M-Scott-Lassiter/jest-geojson/commit/cefddd674204402299f569bfbb2df21287a2c8e9)), closes [#37](https://github.com/M-Scott-Lassiter/jest-geojson/issues/37) + ## [1.2.0](https://github.com/M-Scott-Lassiter/jest-geojson/compare/v1.1.0...v1.2.0) (2022-06-07) diff --git a/package-lock.json b/package-lock.json index 78fb345..7f68b5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jest-geojson", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jest-geojson", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@m-scott-lassiter/semantic-release-github-npm-config": "^2.0.0", diff --git a/package.json b/package.json index a5cd3f2..b32c885 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-geojson", - "version": "1.2.0", + "version": "1.3.0", "description": "Additional Jest matchers for GeoJSON", "keywords": [ "jest",