Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Aug 4, 2022
1 parent 4ee2a56 commit fbe03af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## [Unreleased]

## [0.2.1] - 2022-08-05
### Fixed
- Fix package not including dist files.

Expand Down Expand Up @@ -107,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Mark package as side-effect free.


[unreleased]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.0...HEAD
[unreleased]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.1...v0.1.2
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "inclusive-elements",
"version": "0.2.0",
"version": "0.2.1",
"description": "Accessible, lightweight, unstyled implementations of common UI controls.",
"module": "dist/inclusive-elements.js",
"type": "module",
"types": "dist/types/index.d.ts",
"license": "MIT",
"repository": "tobyzerner/inclusive-elements",
"files": ["dist"],
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit fbe03af

Please sign in to comment.