Skip to content

Commit

Permalink
chore(version): update version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Nov 26, 2023
1 parent 5c82486 commit 7ac5772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutative",
"version": "0.7.1",
"version": "0.7.2",
"description": "A JavaScript library for efficient immutable updates",
"main": "dist/index.js",
"module": "dist/mutative.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title} - A library for efficiently updating immutable data`}
title={`${siteConfig.title} - A JavaScript library for efficient immutable updates`}
description="Efficient immutable updates, faster than naive handcrafted reducer, and more than 10x faster than Immer."
>
<HomepageHeader />
Expand Down

0 comments on commit 7ac5772

Please sign in to comment.