Skip to content

Commit

Permalink
Merge pull request #114 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 10, 2024
2 parents b4af206 + 7092241 commit ef475a9
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-moons-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-waves-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-melons-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-knives-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-eagles-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-suits-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-toes-tickle.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# any-ts

## 0.42.0

### Minor Changes

- 66e5d7a: infra: library is written in ESM now. still targeting both CJS and ESM
- a25502d: feat: merges traversable and traversal into Tree
- 39fefd8: fixes broken version script

### Patch Changes

- 4facde2: fix typechecking issue in `Lens.tree`
- dd6dc3a: adds type-checking to release pipeline to make it harder to publish bad code
- a780e80: fix: uses import.meta.url instead of \_\_dirname
- 46b499e: tweaks a few aliases to prevent compiler from appending `$1`, `$2` to the end of output types

## 0.41.4

### 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.41.4",
"version": "0.42.0",
"type": "module",
"author": {
"name": "Andrew Jarrett",
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.41.4" as const
export const ANY_TS_VERSION = "0.42.0" as const
export type ANY_TS_VERSION = typeof ANY_TS_VERSION

0 comments on commit ef475a9

Please sign in to comment.