Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and amrbashir authored Feb 7, 2023
1 parent 575705c commit 445f9ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/cjs.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.2.1]

- Add `require` in `exports` table in `package.json` to acutally allow using the `cjs` target added in version `0.2`
- [add1d3b](https://github.com/tauri-apps/meilisearch-docsearch/commit/add1d3b8fba49a5801f8fade9b1b9e8de3ec1e59) feat: add `cjs` target on 2023-02-03
- [bca6dd9](https://github.com/tauri-apps/meilisearch-docsearch/commit/bca6dd918eff27ba9e960347aef0beda7e137a37) Apply Version Updates From Current Changes ([#9](https://github.com/tauri-apps/meilisearch-docsearch/pull/9)) on 2023-02-03
- [575705c](https://github.com/tauri-apps/meilisearch-docsearch/commit/575705cacd45734f2b7d18ace965d26fe79188bb) fix: add `require` export on 2023-02-07

## \[0.2.0]

- Add support for `commonjs` target
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meilisearch-docsearch",
"version": "0.2.0",
"version": "0.2.1",
"description": "A quick search component for meilisearch, inspired by algolia/docsearch.",
"license": "MIT or Apache-2.0",
"files": [
Expand Down

0 comments on commit 445f9ce

Please sign in to comment.