Skip to content

Commit

Permalink
Version Packages (#29)
Browse files Browse the repository at this point in the history
1.2.1
  • Loading branch information
github-actions[bot] committed Jun 24, 2022
1 parent 2b8620a commit 777e77e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-forks-build.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- [#28](https://github.com/Thinkmill/emery/pull/28) [`2b8620a`](https://github.com/Thinkmill/emery/commit/2b8620ac73cebe99543af26f7e1ce31978e7752c) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed `isFulfilled` and `isRejected` guards not being exported from the main entry point.

## 1.2.0

### Minor 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.0",
"version": "1.2.1",
"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 777e77e

@vercel
Copy link

@vercel vercel bot commented on 777e77e 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-thinkmill.vercel.app
emery-ts.vercel.app
emery-git-main-thinkmill.vercel.app

Please sign in to comment.