Skip to content

Commit

Permalink
v0.0.4 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: @compulim <@compulim>
  • Loading branch information
compulim-workflow-bot[bot] committed Oct 9, 2023
1 parent 435bcf1 commit 26e754c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
15 changes: 10 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.4] - 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.3] - 2023-03-21

### Fixed

- Fixes [#8](https://github.com/compulim/use-memo-map/issues/8), exports typings through conditional exports, by [@compulim](https://github.com/compulim), in PR [#9](https://github.com/compulim/use-memo-map/pull/9)

### Changed

- Bump dependencies, by [@compulim](https://github.com/compulim), in PR [#7](https://github.com/compulim/use-memo-map-pull/7)
Expand All @@ -68,6 +64,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [`[email protected]`](https://npmjs.com/package/prettier)
- [`[email protected]`](https://npmjs.com/package/typescript)

### Fixed

- Fixes [#8](https://github.com/compulim/use-memo-map/issues/8), exports typings through conditional exports, by [@compulim](https://github.com/compulim), in PR [#9](https://github.com/compulim/use-memo-map/pull/9)

## [0.0.2] - 2023-01-03

### Changed
Expand All @@ -79,3 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- First public release

[0.0.4]: https://github.com/compulim/use-memo-map/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/compulim/use-memo-map/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/compulim/use-memo-map/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/compulim/use-memo-map/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-memo-map-root",
"version": "0.0.4-0",
"version": "0.0.4",
"description": "",
"private": true,
"author": "William Wong (https://github.com/compulim)",
Expand Down

0 comments on commit 26e754c

Please sign in to comment.