Skip to content

Commit

Permalink
Merge pull request #96 from ahrjarrett/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release package(s)
  • Loading branch information
ahrjarrett authored May 6, 2024
2 parents 5407432 + 0cde82e commit 5256d67
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-monkeys-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-points-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-apricots-guess.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 @@
# any-ts

## 0.41.0

### Minor Changes

- 89f1189: feat: adds `tuple` module to `array.tuple`
- 4c017dd: internal: move `semantic-never*` to `never*`

### Patch Changes

- 4c017dd: feat: adds `array` module (includes submodules: `array.queue, array.nonempty`)

## 0.40.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "any-ts",
"private": false,
"version": "0.40.15",
"version": "0.41.0",
"author": {
"name": "Andrew Jarrett",
"email": "ahrjarrett@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const ANY_TS_VERSION = "0.40.15" as const
export const ANY_TS_VERSION = "0.41.0" as const
export type ANY_TS_VERSION = typeof ANY_TS_VERSION

0 comments on commit 5256d67

Please sign in to comment.