Skip to content

Commit 82276e7

Browse files
Merge #145
145: Update version for the next release (v0.1.11) r=bidoubiwa a=bidoubiwa This version makes this package compatible with Meilisearch v0.30.0 🎉 Check out the changelog of [Meilisearch v0.30.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0) for more information on the changes. Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 02f5cd8 + cc42a9c commit 82276e7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
name: firestore-meilisearch
1717

1818
# Follow semver versioning
19-
version: 0.1.10
19+
version: 0.1.11
2020

2121
# Version of the Firebase Extensions specification
2222
specVersion: v1beta

functions/lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.version = void 0;
4-
exports.version = '0.1.10';
4+
exports.version = '0.1.11';

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestore-meilisearch",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"scripts": {
55
"lint": "eslint .",
66
"lint:fix": "eslint . --fix",

functions/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.1.10'
1+
export const version = '0.1.11'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestore-meilisearch",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Search in your Firestore content with Meilisearch",
55
"repository": "",
66
"author": "Meilisearch (https://meilisearch.com/)",

0 commit comments

Comments
 (0)