Skip to content

Commit

Permalink
Merge pull request #170 from ahrjarrett/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release package
  • Loading branch information
ahrjarrett authored Aug 17, 2024
2 parents 564a22d + f47cf8e commit 9a90790
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .changeset/blue-otters-poke.md

This file was deleted.

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

## 0.48.0

### Minor Changes

- [#169](https://github.com/ahrjarrett/any-ts/pull/169) [`648a8de`](https://github.com/ahrjarrett/any-ts/commit/648a8de2307062e8ebd78967433d3fbde64f9669) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - ### breaking changes
- All of the members of Universal namespace have changed their implementations
- Since `any-ts` is still pre v1.0, this is a minor version bump.
- The API is relatively stable; I expect one (1) more breaking change before releasing v1.0.0 this fall

## 0.47.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.47.4",
"version": "0.48.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.47.4" as const
export const ANY_TS_VERSION = "0.48.0" as const
export type ANY_TS_VERSION = typeof ANY_TS_VERSION

0 comments on commit 9a90790

Please sign in to comment.