Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Mar 15, 2024
1 parent 07f1dbc commit 617173f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [0.7.0](https://github.com/metonym/svelte-keydown/releases/tag/v0.7.0) - 2024-03-14

**Breaking Changes**

- drop bundled UMD/ESM support; only publish uncompiled `.svelte` code
- colocate TypeScript definitions with component source

**Fixes**

- add `exports` field to `package.json`

## [0.6.0](https://github.com/metonym/svelte-keydown/releases/tag/v0.6.0) - 2023-02-14

- add `separator` prop to customize the key between keys
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-keydown",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"description": "Utility to listen for keyboard events",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit 617173f

Please sign in to comment.