Skip to content

Commit

Permalink
chore(release): 1.2.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0-beta.1](v1.1.2...v1.2.0-beta.1) (2023-09-18)

### Features

* **nodejs:** update to node js 18 ([f191b64](f191b64))
* **semantic-release:** add semantic release, workflows, lint ([5e1bdd6](5e1bdd6))
  • Loading branch information
semantic-release-bot committed Sep 18, 2023
1 parent 9ab32a3 commit 60e87af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# [1.2.0-beta.1](https://github.com/kuzzleio/boost-geospatial-index/compare/v1.1.2...v1.2.0-beta.1) (2023-09-18)


### Features

* **nodejs:** update to node js 18 ([f191b64](https://github.com/kuzzleio/boost-geospatial-index/commit/f191b64165b943e991412cfa1be8015beb0b1614))
* **semantic-release:** add semantic release, workflows, lint ([5e1bdd6](https://github.com/kuzzleio/boost-geospatial-index/commit/5e1bdd6d7ac5b8059834c587013cedb4e3cf3956))
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,7 +1,7 @@
{
"name": "boost-geospatial-index",
"main": "index.js",
"version": "1.1.2",
"version": "1.2.0-beta.1",
"author": "The Kuzzle Team <support@kuzzle.io>",
"description": "A bridge to the C++ boost::geometry library, allowing to index and query geospatial shapes",
"keywords": [
Expand Down

0 comments on commit 60e87af

Please sign in to comment.