Skip to content

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed May 15, 2023
1 parent 65aba87 commit 26191de
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [0.8.0](https://github.com/sveltinio/ts-utils/compare/v0.7.0...v0.8.0) (2023-05-15)

### :rocket: Features

- **objects:** add `merge` to recursively merges two objects of compatible types ([65aba87](https://github.com/sveltinio/ts-utils/commit/65aba877d49759918d2ddf7b157ff77bcd3a290c))

### :gear: CI

- **release-it:** typo on ci section for markdown icon name ([4cb7873](https://github.com/sveltinio/ts-utils/commit/4cb7873e6f29168278b6aa9d34e058a1bf658b63))

### :house_with_garden: Chore

- **dev-deps:** updated ([c42c527](https://github.com/sveltinio/ts-utils/commit/c42c5270ba15f95ac7f2034dcbf383f8bdca235a))
- set homepage url ([1669edf](https://github.com/sveltinio/ts-utils/commit/1669edf50be8039bf3297827b2ad5e76ce24d9de))
- update pnpm to v8.5.1 ([ece64df](https://github.com/sveltinio/ts-utils/commit/ece64df201d8f693a24c4bb973866b4432962b52))

## [0.7.0](https://github.com/sveltinio/ts-utils/compare/v0.6.0...v0.7.0) (2023-05-06)

### :rocket: Features
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": "@sveltinio/ts-utils",
"version": "0.7.0",
"version": "0.8.0",
"packageManager": "pnpm@8.5.1",
"description": "A bunch of common utilities in pure Typescript to deal with primitives, strings, urls, objects, collections, dates etc.",
"author": "sveltinio <dev@sveltin.io>",
Expand Down

0 comments on commit 26191de

Please sign in to comment.