Skip to content

Commit 8aef032

Browse files
authored
Merge pull request #48 from telostat/release-please--branches--main
chore(main): release 0.5.0
2 parents 43008f4 + bb06b08 commit 8aef032

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/telostat/typescript-prelude/compare/v0.4.1...v0.5.0) (2023-11-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop node 16 support
9+
10+
### Features
11+
12+
* add quarter dates to pivot dates ([a6f4d2f](https://github.com/telostat/typescript-prelude/commit/a6f4d2f25d9be217194eccf73f627e75541722c7))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* drop node 16 support ([43008f4](https://github.com/telostat/typescript-prelude/commit/43008f49e48dcf1e965e74c2f1a4eb2ab45f4309))
18+
319
## [0.4.1](https://github.com/telostat/typescript-prelude/compare/v0.4.0...v0.4.1) (2023-08-21)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telostat/prelude",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Experimental TypeScript Module as a Prelude",
55
"author": "Telostat Pte Ltd",
66
"license": "MIT",

0 commit comments

Comments
 (0)