Skip to content

Commit

Permalink
docs: 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.0](v1.3.0...v1.4.0) (2022-06-10)

### 🎁 Feature Changes

* **toBeMultiPolygonWithHole:** add new matcher ([6668a1b](6668a1b)), closes [#44](#44)
* **toBePolygonWithHole:** add new matcher ([3eb435c](3eb435c)), closes [#43](#43)
* add Typescript support for the matchers ([602c33b](602c33b)), closes [#42](#42)
  • Loading branch information
semantic-release-bot committed Jun 10, 2022
1 parent f1aa39f commit 6998c8a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.0](https://github.com/M-Scott-Lassiter/jest-geojson/compare/v1.3.0...v1.4.0) (2022-06-10)


### :gift: Feature Changes

* **toBeMultiPolygonWithHole:** add new matcher ([6668a1b](https://github.com/M-Scott-Lassiter/jest-geojson/commit/6668a1be664d1873958cde50e6ad7b0d76bd646f)), closes [#44](https://github.com/M-Scott-Lassiter/jest-geojson/issues/44)
* **toBePolygonWithHole:** add new matcher ([3eb435c](https://github.com/M-Scott-Lassiter/jest-geojson/commit/3eb435c518df590543a59cc4816d2ac9714ee9a5)), closes [#43](https://github.com/M-Scott-Lassiter/jest-geojson/issues/43)
* add Typescript support for the matchers ([602c33b](https://github.com/M-Scott-Lassiter/jest-geojson/commit/602c33bc11b58f831a2994e14da4e4ad5910e739)), closes [#42](https://github.com/M-Scott-Lassiter/jest-geojson/issues/42)

## [1.3.0](https://github.com/M-Scott-Lassiter/jest-geojson/compare/v1.2.0...v1.3.0) (2022-06-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-geojson",
"version": "1.3.0",
"version": "1.4.0",
"description": "Additional Jest matchers for GeoJSON",
"keywords": [
"jest",
Expand Down

0 comments on commit 6998c8a

Please sign in to comment.