[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smomin committed Dec 4, 2023
1 parent c7c17ac commit a62ccda
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/algolia/firestore-algolia-search/compare/v1.1.5...v1.2.0) (2023-12-04)


### Features

* implement query cursors ([#182](https://github.com/algolia/firestore-algolia-search/issues/182)) ([c7c17ac](https://github.com/algolia/firestore-algolia-search/commit/c7c17ac3bc4c32d163d02d10d6eb0aad5496a429))

### [1.1.5](https://github.com/algolia/firestore-algolia-search/compare/v1.1.4...v1.1.5) (2023-11-10)

* refactor: update runtime to node18
Expand Down
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: firestore-algolia-search

# Follow semver versioning
version: 1.1.5
version: 1.2.0

# Version of the Firebase Extensions specification
specVersion: v1beta
Expand Down
4 changes: 2 additions & 2 deletions functions/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 functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-algolia-search",
"version": "1.1.5",
"version": "1.2.0",
"description": "Index Cloud Firestore collection to Algolia",
"scripts": {
"build": "npm run clean && npm test && npm run compile",
Expand Down
2 changes: 1 addition & 1 deletion functions/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.1.5';
export const version = '1.2.0';
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": "firestore-algolia-search",
"version": "1.1.5",
"version": "1.2.0",
"description": "",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit a62ccda

Please sign in to comment.