Skip to content

Commit

Permalink
release v0.5.5 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flirre authored Apr 25, 2024
1 parent 4666841 commit 8e7194d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log

## [Unreleased]

## [0.5.5] - 2024-04-25
### Added
- feat(atomWithLocation): support location.hash #30
- feat(atomWithHash): allow the setHash option to be overridden on a per atom set basis #35
### Changed
- fix(atomWithLocation): replaceState function to use window.history.state instead of null #33


## [0.5.4] - 2024-02-27
### Changed
- feat(atomWithHash): initial value from hash #31
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jotai-location",
"description": "👻🔗",
"version": "0.5.4",
"version": "0.5.5",
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:debug": "run-s eslint tsc-test jest:debug",
"eslint": "eslint --ext .js,.ts,.tsx .",
"jest": "jest",
"jest:debug" : "node --inspect ./node_modules/jest/bin/jest.js --runInBand",
"jest:debug": "node --inspect ./node_modules/jest/bin/jest.js --runInBand",
"tsc-test": "tsc --project . --noEmit",
"examples:01_minimal": "DIR=01_minimal EXT=js webpack serve",
"examples:02_typescript": "DIR=02_typescript EXT=tsx webpack serve",
Expand Down

0 comments on commit 8e7194d

Please sign in to comment.