Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Feb 3, 2023
1 parent add1d3b commit bca6dd9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changes/cjs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/exports.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/process-version.md

This file was deleted.

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

## \[0.2.0]

- Add support for `commonjs` target
- [add1d3b](https://github.com/tauri-apps/meilisearch-docsearch/commit/add1d3b8fba49a5801f8fade9b1b9e8de3ec1e59) feat: add `cjs` target on 2023-02-03
- Move `default` in `package.json > exports` to be the last one in the table to fix import/require issues with some bundlers.
- [86a7525](https://github.com/tauri-apps/meilisearch-docsearch/commit/86a7525286d470457170f3957ec59b8a28087aac) fix: move `default` exports to be last in table on 2023-02-03
- Fix `process is unedfined` error in ESM import.
- [3f64f6b](https://github.com/tauri-apps/meilisearch-docsearch/commit/3f64f6b36fecb1544fa8ad9d9d43f507cd9d2c97) fix: replace compile-time version in esm target on 2023-02-03

## \[0.1.0]

- Initial Release.
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.1.0",
"version": "0.2.0",
"description": "A quick search component for meilisearch, inspired by algolia/docsearch.",
"license": "MIT or Apache-2.0",
"files": [
Expand Down

0 comments on commit bca6dd9

Please sign in to comment.