Skip to content

Commit 759eaaa

Browse files
authored
Merge pull request #381 from micronutrientsupport/release-please--branches--develop--components--release-please-action
chore(develop): release 2.42.0
2 parents a760ffb + 1f1ae1d commit 759eaaa

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.42.0](https://github.com/micronutrientsupport/api/compare/v2.41.0...v2.42.0) (2024-11-01)
4+
5+
6+
### Features
7+
8+
* add handling for user costs CRUD operations to intervention recalc handler ([2b688ea](https://github.com/micronutrientsupport/api/commit/2b688ea657d0da208eb5da899e14034c80c1172e))
9+
310
## [2.41.0](https://github.com/micronutrientsupport/api/compare/v2.40.2...v2.41.0) (2024-08-07)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "2.41.0",
3+
"version": "2.42.0",
44
"description": "MAPS Micronutrient Support Tool API",
55
"keywords": [
66
"loopback-application",

src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"// x-release-please-start-version": 1,
3-
"version": "2.41.0",
3+
"version": "2.42.0",
44
"// x-release-please-end": 1
55
}

0 commit comments

Comments
 (0)