Skip to content

Commit

Permalink
Merge #129
Browse files Browse the repository at this point in the history
129: Update version for the next release (v0.1.9) r=bidoubiwa a=bidoubiwa

Update version to v0.1.9 to apply CI changes on publishing

Co-authored-by: Charlotte Vermandel <[email protected]>
  • Loading branch information
meili-bors[bot] and bidoubiwa authored Oct 10, 2022
2 parents 13604cc + 1e43182 commit 1b4b28c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.9

Ensure build of project before publishing to npm #127

## Version 0.1.8

Update README and PREINSTALL documentation #125
Expand Down
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name: firestore-meilisearch

# Follow semver versioning
version: 0.1.8
version: 0.1.9

# Version of the Firebase Extensions specification
specVersion: v1beta
Expand Down
2 changes: 1 addition & 1 deletion functions/lib/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '0.1.8';
exports.version = '0.1.9';
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-meilisearch",
"version": "0.1.8",
"version": "0.1.9",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
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 = '0.1.8'
export const version = '0.1.9'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-meilisearch",
"version": "0.1.8",
"version": "0.1.9",
"description": "Search in your Firestore content with Meilisearch",
"repository": "",
"author": "Meilisearch (https://meilisearch.com/)",
Expand Down

0 comments on commit 1b4b28c

Please sign in to comment.