Skip to content

Commit

Permalink
Merge pull request #48 from telostat/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.5.0
  • Loading branch information
alioguzhan authored Nov 16, 2023
2 parents 43008f4 + bb06b08 commit 8aef032
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.1"
".": "0.5.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.5.0](https://github.com/telostat/typescript-prelude/compare/v0.4.1...v0.5.0) (2023-11-16)


### ⚠ BREAKING CHANGES

* drop node 16 support

### Features

* add quarter dates to pivot dates ([a6f4d2f](https://github.com/telostat/typescript-prelude/commit/a6f4d2f25d9be217194eccf73f627e75541722c7))


### Miscellaneous Chores

* drop node 16 support ([43008f4](https://github.com/telostat/typescript-prelude/commit/43008f49e48dcf1e965e74c2f1a4eb2ab45f4309))

## [0.4.1](https://github.com/telostat/typescript-prelude/compare/v0.4.0...v0.4.1) (2023-08-21)


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": "@telostat/prelude",
"version": "0.4.1",
"version": "0.5.0",
"description": "Experimental TypeScript Module as a Prelude",
"author": "Telostat Pte Ltd",
"license": "MIT",
Expand Down

0 comments on commit 8aef032

Please sign in to comment.