Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 17, 2023
1 parent 7c6d3d5 commit ded2e20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.1.2](https://github.com/metonym/svelte-bar-chart-race/releases/tag/v0.1.2) - 2023-12-17

**Fixes**

- fix `NodeJS.Timer` type in `BarChartRace.svelte`
- update `package.json#exports` to include mappings for `./*.svelte` files

## [0.1.1](https://github.com/metonym/svelte-bar-chart-race/releases/tag/v0.1.1) - 2023-06-10

**Performance**
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-bar-chart-race",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"description": "Bar chart race visualization for Svelte",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit ded2e20

Please sign in to comment.