aymeric-giraudet / svelte-algolia-instantsearch

A Svelte component library for Algolia InstantSearch.js
https://svelte-algolia-instantsearch.vercel.app/
MIT License
45 stars 12 forks source link

chore: release v0.2.0 #1

Closed aymeric-giraudet closed 1 year ago

aymeric-giraudet commented 1 year ago
This pull request prepares the following release: Repository Branch Update Change
svelte-algolia-instantsearch releases/v0.2.0 minor 0.1.10.2.0

Release Summary

This is going to be published with the following command:

npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest

Merging Instructions

When merging this pull request, you need to Squash and merge and make sure that the title starts with chore: release v0.2.0.

See details After that, a commit `chore: release v0.2.0` will be added and you or your CI can run `shipjs trigger` to trigger the release based on the commit. ![Squash and merge](https://raw.githubusercontent.com/algolia/shipjs/v0.25.1/assets/squash-and-merge.png)

This pull request is automatically generated by Ship.js.