Skip to content

Commit

Permalink
Version Packages (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2023
1 parent 3b73321 commit 44eab65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-dryers-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-pets-remember.md

This file was deleted.

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

## 1.4.2

### Patch Changes

- [#41](https://github.com/Thinkmill/emery/pull/41) [`3b73321`](https://github.com/Thinkmill/emery/commit/3b73321ecf8357a927d8a2a4eb23914a06761e1a) Thanks [@lukebennett88](https://github.com/lukebennett88)! - Handle readonly arrays for `isNonEmptyArray` guard.

* [#44](https://github.com/Thinkmill/emery/pull/44) [`bbe5d72`](https://github.com/Thinkmill/emery/commit/bbe5d72e8badd98aa3a37698c78f47c565811c9e) Thanks [@jossmac](https://github.com/jossmac)! - Stringify arg provided to `assertNever` error message.

## 1.4.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.4.1",
"version": "1.4.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 44eab65

@vercel
Copy link

@vercel vercel bot commented on 44eab65 Mar 22, 2023

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.