Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 17, 2024
1 parent 3a6de1a commit 01e4040
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
@@ -1,5 +1,17 @@
# git-goose

## [0.4.0](https://github.com/hollandjake/git-goose/compare/v0.3.0...v0.4.0) (2024-08-17)


### Features

* expose git model publicly ([3d735db](https://github.com/hollandjake/git-goose/commit/3d735dbcebd46c25c3874f9a077cf240e73af664))


### Bug Fixes

* allow mongoose defined methods as fields ([253a913](https://github.com/hollandjake/git-goose/commit/253a91396891d6710942c9ec6f329b031af54942)), closes [#21](https://github.com/hollandjake/git-goose/issues/21)

## [0.3.0](https://github.com/hollandjake/git-goose/compare/v0.2.0...v0.3.0) (2024-08-16)


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": "git-goose",
"version": "0.3.0",
"version": "0.4.0",
"description": "a mongoose plugin that enables git like change tracking",
"license": "MIT",
"author": "Jake Holland <[email protected]>",
Expand Down

0 comments on commit 01e4040

Please sign in to comment.