Skip to content

Commit

Permalink
v0.0.3 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: @compulim <@compulim>
  • Loading branch information
compulim-workflow-bot[bot] authored Oct 9, 2023
1 parent 3be024e commit 3a0176e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased]
## [0.0.3] - 2023-10-09

### Changed

Expand Down Expand Up @@ -44,10 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.0.2] - 2023-03-21

### Fixed

- Fixes [#9](https://github.com/compulim/use-ref-from/issues/9). Add typings for conditional exports, by [@compulim](https://github.com/compulim), in PR [#10](https://github.com/compulim/use-ref-from/pull/10)

### Changed

- Bump dependencies, by [@compulim](https://github.com/compulim), in PR [#8](https://github.com/compulim/use-ref-from-pull/8)
Expand All @@ -68,8 +64,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [`prettier@2.8.4`](https://npmjs.com/package/prettier)
- [`typescript@4.9.5`](https://npmjs.com/package/typescript)

### Fixed

- Fixes [#9](https://github.com/compulim/use-ref-from/issues/9). Add typings for conditional exports, by [@compulim](https://github.com/compulim), in PR [#10](https://github.com/compulim/use-ref-from/pull/10)

## [0.0.1] - 2023-01-03

### Added

- First public release

[0.0.3]: https://github.com/compulim/use-ref-from/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/compulim/use-ref-from/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/compulim/use-ref-from/releases/tag/v0.0.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-ref-from-root",
"version": "0.0.3-0",
"version": "0.0.3",
"description": "",
"private": true,
"author": "William Wong (https://github.com/compulim)",
Expand Down

0 comments on commit 3a0176e

Please sign in to comment.