Skip to content

Commit

Permalink
Bumps to alpha 4
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Nov 24, 2022
1 parent b33323d commit 38b4218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/components/Changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import { html } from '/dev/index.js'
export default function () {
return html`
<h1 id="changelog">Changelog</h1>
<h2>Alpha 4</h2>
<ul>
<li>Fixes a bug in keyed list rendering when unshifting.</li>
</ul>
<h2>Alpha 3</h2>
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arrow-js/core",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Reactivity without the framework.",
"author": "Justin Schroeder <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit 38b4218

@vercel
Copy link

@vercel vercel bot commented on 38b4218 Nov 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.