From 01e4040cdf27ba4fa93a14f0d7396ca6d2db48ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 12:20:44 +0100 Subject: [PATCH] chore(main): release 0.4.0 (#22) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d75f654..cda0781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 0b9497d..74091a0 100644 --- a/package.json +++ b/package.json @@ -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 ",