Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 20, 2025
1 parent 09fdda6 commit a8fb839
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.0](https://github.com/metonym/svelte-typeahead/releases/tag/v5.0.0) - 2025-01-20

**Breaking Changes**

- set `package.json#type` to `module` with `exports` field
- drop bundled ESM/UMD builds (only Svelte source code is distributed)
- colocate TypeScript definitions with Svelte source code

**Fixes**

- patch `svelte-search` to v2.1.1
- run `npm pkg fix` to fix `package.json` metadata

## [4.4.2](https://github.com/metonym/svelte-typeahead/releases/tag/v4.4.2) - 2024-11-20

- fix `$$restProps` type errors by upgrading `svelte-search`
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": "svelte-typeahead",
"version": "4.4.2",
"version": "5.0.0",
"license": "MIT",
"description": "Accessible, fuzzy search typeahead component",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit a8fb839

Please sign in to comment.