Skip to content

Commit

Permalink
Version Packages (#27)
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
github-actions[bot] committed Jun 24, 2022
1 parent cec7317 commit fd9fa6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-games-try.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
# emery

## 1.2.0

### Minor Changes

- [#25](https://github.com/Thinkmill/emery/pull/25) [`cec7317`](https://github.com/Thinkmill/emery/commit/cec7317185a9485709b134453063e0ec991e26ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `isFulfilled` and `isRejected` guards for use with `Promise.allSettled`
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "emery",
"version": "1.1.0",
"version": "1.2.0",
"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 fd9fa6d

@vercel
Copy link

@vercel vercel bot commented on fd9fa6d Jun 24, 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-git-main-thinkmill.vercel.app
emery-ts.vercel.app
emery-thinkmill.vercel.app

Please sign in to comment.