Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 5, 2024
1 parent 5c8ed97 commit 1ca7298
Show file tree
Hide file tree
Showing 4 changed files with 14 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 +1 @@
{ ".": "0.1.0" }
{ ".": "0.2.0" }
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.0](https://github.com/regseb/jfather/compare/v0.1.0...v0.2.0) (2024-03-05)

### Features

- Export extend function. ([d382b58](https://github.com/regseb/jfather/commit/d382b58da7b008d7ab0dcf1ce11bc5f420a20c82))

### Bug Fixes

- Fix override array. ([7df721b](https://github.com/regseb/jfather/commit/7df721b0b8ccda3a68c4aa62dd44967772870e3b))

## 0.1.0 (2024-02-10)

### Features
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": "jfather",
"version": "0.1.0",
"version": "0.2.0",
"description": "JSON with merge, extend and override.",
"keywords": [
"jfather",
Expand Down

0 comments on commit 1ca7298

Please sign in to comment.