Skip to content

Commit 49de4aa

Browse files
Merge #204
204: Bump to v0.3.1 r=curquiza a=Strift # Pull Request ## Related issue Cannot republish `0.3.0` to Firebase, we need to update to the version ## What does this PR do? - Update version to v0.3.1 - Rebuild ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Strift <[email protected]>
2 parents 6b2b711 + e8c6ca2 commit 49de4aa

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.3.1
2+
3+
Update extension icon and list external APIs
4+
15
## Version 0.3.0
26

37
**Breaking**: Update nodejs runtime to node20 (#179) @brunoocasali

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.3.0
19+
version: 0.3.1
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.3.0';
4+
exports.version = '0.3.1';

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.3.0",
3+
"version": "0.3.1",
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.3.0'
1+
export const version = '0.3.1'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.0",
3+
"version": "0.3.1",
44
"description": "Search in your Firestore content with Meilisearch",
55
"repository": "",
66
"author": "Meilisearch (https://meilisearch.com/)",

0 commit comments

Comments
 (0)