Skip to content

Commit

Permalink
docs: 1.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2022-05-24)

### 🏗️ Build Changes

* move release configuration into a separate shareable file ([fa6e50d](fa6e50d))
* **package:** update the commitizen config for customized scopes ([ac05626](ac05626))

### 🎁 Feature Changes

* **isValidCoordinate:** add new matcher function ([d7e5b70](d7e5b70)), closes [#4](#4)
  • Loading branch information
semantic-release-bot committed May 24, 2022
1 parent d7e5b70 commit 8f45be7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.0.0-beta.2](https://github.com/M-Scott-Lassiter/jest-geojson/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-05-24)


### :building_construction: Build Changes

* move release configuration into a separate shareable file ([fa6e50d](https://github.com/M-Scott-Lassiter/jest-geojson/commit/fa6e50d8b3facad9902d749fb69adcc45ba734fe))
* **package:** update the commitizen config for customized scopes ([ac05626](https://github.com/M-Scott-Lassiter/jest-geojson/commit/ac05626a146717f0b7b64a7f34d5e269f593b652))


### :gift: Feature Changes

* **isValidCoordinate:** add new matcher function ([d7e5b70](https://github.com/M-Scott-Lassiter/jest-geojson/commit/d7e5b70ae19d2a2285af6a49414f4d552dc2c374)), closes [#4](https://github.com/M-Scott-Lassiter/jest-geojson/issues/4)

## 1.0.0-beta.1 (2022-05-19)


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.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Additional Jest matchers for GeoJSON",
"keywords": [
"jest",
Expand Down

0 comments on commit 8f45be7

Please sign in to comment.