Skip to content

Commit

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

### 🎁 Feature Changes

* **toHaveNumericID:** add new matcher ([56e3e4c](56e3e4c)), closes [#38](#38)
* **toHaveStringID:** add new matcher ([cefddd6](cefddd6)), closes [#37](#37)
  • Loading branch information
semantic-release-bot committed Jun 8, 2022
1 parent 8fe79f8 commit 397d8ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions 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)


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
@@ -1,6 +1,6 @@
{
"name": "jest-geojson",
"version": "1.2.0",
"version": "1.3.0",
"description": "Additional Jest matchers for GeoJSON",
"keywords": [
"jest",
Expand Down

0 comments on commit 397d8ef

Please sign in to comment.