Skip to content

Commit

Permalink
Merge pull request #46 from telostat/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.4.0
  • Loading branch information
alioguzhan authored Aug 21, 2023
2 parents cf1a6e7 + 0f10905 commit 0ef2fd0
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.3.1"
".": "0.4.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.4.0](https://github.com/telostat/typescript-prelude/compare/v0.3.1...v0.4.0) (2023-08-21)


### ⚠ BREAKING CHANGES

* do not export dayjs and make it peer dependency

### Bug Fixes

* iso date format has wrong letter for seconds ([7810858](https://github.com/telostat/typescript-prelude/commit/78108589de427330aac3fe47f15830e3cd02e7a6))


### Code Refactoring

* do not export dayjs and make it peer dependency ([8d22491](https://github.com/telostat/typescript-prelude/commit/8d224919a98ceb3e1337a87c20166381c0ada46f))

## [0.3.1](https://github.com/telostat/typescript-prelude/compare/v0.3.0...v0.3.1) (2023-06-27)


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.3.1",
"version": "0.4.0",
"description": "Experimental TypeScript Module as a Prelude",
"author": "Telostat Pte Ltd",
"license": "MIT",
Expand Down

0 comments on commit 0ef2fd0

Please sign in to comment.