Skip to content

Commit

Permalink
Version Packages (#31)
Browse files Browse the repository at this point in the history
1.2.2
  • Loading branch information
github-actions[bot] authored Jun 30, 2022
1 parent f3bed0d commit 50e5472
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/chatty-fishes-own.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# emery

## 1.2.2

### Patch Changes

- [#30](https://github.com/Thinkmill/emery/pull/30) [`f3bed0d`](https://github.com/Thinkmill/emery/commit/f3bed0d894b3780ed95b29481259018fb33f21ff) Thanks [@jossmac](https://github.com/jossmac)! - Loosely type object util args.

If folks had strongly typed objects, they wouldn't need these utils. Support any object to save some headaches. Affects:

- `typedEntries()`
- `typedKeys()`

## 1.2.1

### Patch Changes
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": "emery",
"version": "1.2.1",
"version": "1.2.2",
"description": "Utilities to help polish the rough parts of TypeScript.",
"main": "dist/emery.cjs.js",
"module": "dist/emery.esm.js",
Expand Down

1 comment on commit 50e5472

@vercel
Copy link

@vercel vercel bot commented on 50e5472 Jun 30, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

emery – ./

emery-thinkmill.vercel.app
emery-git-main-thinkmill.vercel.app
emery-ts.vercel.app

Please sign in to comment.