Skip to content

Commit 923827f

Browse files
authored
chore(main): release 2.9.1 (#363)
1 parent 26db771 commit 923827f

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.9.0"
2+
".": "2.9.1"
33
}

CHANGELOG.md

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

3+
## [2.9.1](https://github.com/ervwalter/trendweight/compare/v2.9.0...v2.9.1) (2025-10-26)
4+
5+
6+
### Documentation
7+
8+
* add AGENTS.md ([17f165a](https://github.com/ervwalter/trendweight/commit/17f165ae1caa6911e05509913df697a5ac8e1606))
9+
10+
11+
### Dependencies
12+
13+
* update actions/setup-node action to v6 ([#367](https://github.com/ervwalter/trendweight/issues/367)) ([f176a17](https://github.com/ervwalter/trendweight/commit/f176a17f72b110b9772e04da43e37ef372d878fb))
14+
* update dependency eslint-plugin-react-hooks to v6 ([#362](https://github.com/ervwalter/trendweight/issues/362)) ([6b03598](https://github.com/ervwalter/trendweight/commit/6b03598b1792bb0d954efb89954ddbe604cf607f))
15+
* update dependency microsoft.net.test.sdk to v18 ([#364](https://github.com/ervwalter/trendweight/issues/364)) ([e5f890e](https://github.com/ervwalter/trendweight/commit/e5f890ef7f6e32fbb791e7605935c8c4aa91b746))
16+
* update dependency vite to v7.1.11 [security] ([#368](https://github.com/ervwalter/trendweight/issues/368)) ([b08eb0b](https://github.com/ervwalter/trendweight/commit/b08eb0b407eb8f20a0d0214e0366a66d6a961cd7))
17+
* update npm dependencies ([#360](https://github.com/ervwalter/trendweight/issues/360)) ([26db771](https://github.com/ervwalter/trendweight/commit/26db771fc43c22a41e75aeb5b1a0533c2b700647))
18+
* update nuget dependencies ([#361](https://github.com/ervwalter/trendweight/issues/361)) ([229825e](https://github.com/ervwalter/trendweight/commit/229825ed8d0a4a5d81052f379817c96ad18abddc))
19+
320
## [2.9.0](https://github.com/ervwalter/trendweight/compare/v2.8.0...v2.9.0) (2025-09-23)
421

522

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web",
33
"private": true,
4-
"version": "2.9.0",
4+
"version": "2.9.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.0
1+
2.9.1

0 commit comments

Comments
 (0)