From acd2d6895778292a36ca4faad582f137dd8ea24f Mon Sep 17 00:00:00 2001 From: Alexandra Goff Date: Thu, 1 Aug 2024 13:39:44 -0700 Subject: [PATCH] chore(release): 2.3.16 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 169ad8d2..0633c8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [2.3.16](https://github.com/lsst-epo/investigations-client/compare/v2.3.15...v2.3.16) (2024-08-01) + +### Performance + +- add static param generation + prefetch ([8523c54](https://github.com/lsst-epo/investigations-client/commit/8523c5411210a39f829eb3a7da6b4ac1edf321c9)) + ## [2.3.15](https://github.com/lsst-epo/investigations-client/compare/v2.3.14...v2.3.15) (2024-07-25) ## [2.3.14](https://github.com/lsst-epo/investigations-client/compare/v2.3.13...v2.3.14) (2024-07-17) diff --git a/package.json b/package.json index b2098903..1130dfc4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "investigations-client", "author": "Rubin EPO", - "version": "2.3.15", + "version": "2.3.16", "private": true, "repository": { "type": "git",