Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KoichiKiyokawa committed Feb 27, 2022
1 parent ab089d5 commit e1dd715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ omit({ a: 1, b: 2, c: 3 }, ['a', 'b']) // { c: 3 }
### Browser

```html
<script src="https://unpkg.com/rhodash@2.0.0"></script>
<script src="https://unpkg.com/rhodash@2.1.0"></script>
<script>
document.write(rhodash.pick({ a: 1, b: 2, c: 3 }, ['a', 'b']))
</script>
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": "rhodash",
"version": "2.0.0",
"version": "2.1.0",
"description": "A deadly simple alternative to lodash",
"types": "dist/index.d.ts",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit e1dd715

Please sign in to comment.