Skip to content

Commit

Permalink
chore(release): 0.4.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jul 10, 2021
1 parent 02b9a68 commit 0d87f64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0-0](https://github.com/ssube/js-utils/compare/v0.3.0...v0.4.0-0) (2021-07-10)


### ⚠ BREAKING CHANGES

* **maybe:** while the Optional type has been deprecated, some Array
and Maybe-related functions have been renamed to be more consistent.

### Features

* **maybe:** deprecate Optional and Nil types in favor of Maybe and None ([02b9a68](https://github.com/ssube/js-utils/commit/02b9a688e7aeca93ef9b20d4e19cdd08a0c63435))

## [0.3.0](https://github.com/ssube/js-utils/compare/v0.2.1...v0.3.0) (2021-07-10)


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": "@apextoaster/js-utils",
"version": "0.3.0",
"version": "0.4.0-0",
"description": "utility functions",
"main": "out/main.js",
"types": "out/index.d.ts",
Expand Down

0 comments on commit 0d87f64

Please sign in to comment.