Skip to content

Commit

Permalink
chore(release): version 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.16...v1.1.0) (2025-02-13)

### Bug Fixes

* undo version bump ([130b572](130b572))

### Features

* add Object.assign for better runtime behavior ([2483146](2483146))
  • Loading branch information
semantic-release-bot committed Feb 13, 2025
1 parent 5f80e2a commit 0af943d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

---

# [1.1.0](/~https://github.com/Nerdware-LLC/ts-type-safety-utils/compare/v1.0.16...v1.1.0) (2025-02-13)


### Bug Fixes

* undo version bump ([130b572](/~https://github.com/Nerdware-LLC/ts-type-safety-utils/commit/130b572600d6e6d9363f97e17d24e2aa6b787c94))


### Features

* add Object.assign for better runtime behavior ([2483146](/~https://github.com/Nerdware-LLC/ts-type-safety-utils/commit/2483146854e52044129b2daaa2503c93cad33a81))

# [1.1.0-next.2](/~https://github.com/Nerdware-LLC/ts-type-safety-utils/compare/v1.1.0-next.1...v1.1.0-next.2) (2025-02-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nerdware/ts-type-safety-utils",
"version": "1.1.0-next.2",
"version": "1.1.0",
"description": "TypeScript type-guards and other type-safety utils to suit common use cases.",
"author": {
"name": "Trevor Anderson",
Expand Down

0 comments on commit 0af943d

Please sign in to comment.