Skip to content

Commit

Permalink
Merge pull request #43 from telostat/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.3.0
  • Loading branch information
alioguzhan authored May 19, 2023
2 parents 9e20049 + 67a2223 commit 87c47ee
Show file tree
Hide file tree
Showing 4 changed files with 15 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.2.0"
".": "0.3.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/telostat/typescript-prelude/compare/v0.2.0...v0.3.0) (2023-05-19)


### ⚠ BREAKING CHANGES

* make minimum supported node version 16

### Miscellaneous Chores

* make minimum supported node version 16 ([846da38](https://github.com/telostat/typescript-prelude/commit/846da38dccff4a5912acd5bd8aef563d5ce40ea4))

## [0.2.0](https://github.com/telostat/typescript-prelude/compare/v0.1.2...v0.2.0) (2023-01-31)


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

0 comments on commit 87c47ee

Please sign in to comment.