Skip to content

Commit

Permalink
Release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhu-x committed Jun 27, 2024
1 parent a032f9c commit 04d2b33
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 0.0.4 - 2024-06-26

### Added

- local progress save/restore

### Fixed

- an issue where the login screen displays the first task's URL

## 0.0.3 - 2024-06-18

### Added

- support for client-side routing through <ExperimentDynamic>

## 0.0.2 - 2024-06-06

### Added

- login options
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": "react-experiment-builder",
"version": "0.0.3",
"version": "0.0.4",
"description": "Online experiment builder using React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 04d2b33

Please sign in to comment.