From 73ad910d9ffb94ef6000f9944744403527d8b305 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:20:43 +0100 Subject: [PATCH] chore(main): release 0.3.0 (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c9240..836ee27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # git-goose +## [0.3.0](https://github.com/hollandjake/git-goose/compare/v0.2.0...v0.3.0) (2024-08-16) + + +### Features + +* support Model scoped updates ([#12](https://github.com/hollandjake/git-goose/issues/12)) ([aa5421f](https://github.com/hollandjake/git-goose/commit/aa5421fa04afc83f883eec0a0b348cab5d0e79c1)) + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index b7c82d8..8237f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-goose", - "version": "0.2.0", + "version": "0.3.0", "description": "a mongoose plugin that enables git like change tracking", "license": "MIT", "author": "Jake Holland ",