Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Dec 6, 2024
1 parent 2ff216e commit df5e9b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### 🔧 Internal changes

- Updated `express` dependency to v4.21.2

## [0.5.0-rc.1] - 2024-12-06

### 🔧 Internal changes

- Added environment to GitHub Actions configuration for publishing releases

## [0.5.0-rc.0] - 2024-12-06
## [0.5.0] - 2024-12-06

### ✨ Enhancements

Expand All @@ -39,6 +31,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Added a GitHub workflow for automatically publishing memory-viz to npm.
- Added `prepare` script to `memory-viz/package.json`.
- Added environment to GitHub Actions configuration for publishing releases
- Updated `express` dependency to v4.21.2

## [0.4.0] - 2024-11-19

Expand Down
2 changes: 1 addition & 1 deletion memory-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memory-viz",
"version": "0.5.0-rc.1",
"version": "0.5.0",
"description": "Library for creating beginner-friendly memory model diagrams.",
"main": "dist/memory-viz.bundle.js",
"homepage": "https://www.cs.toronto.edu/~david/memory-viz",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit df5e9b3

Please sign in to comment.