Skip to content

Commit 5b71273

Browse files
chore(release): release 0.8.2 (#112)
Co-authored-by: erode-release[bot] <264616670+erode-release[bot]@users.noreply.github.com>
1 parent d6cc975 commit 5b71273

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.1"
2+
".": "0.8.2"
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+
## [0.8.2](https://github.com/erode-app/erode/compare/0.8.1...0.8.2) (2026-04-08)
4+
5+
6+
### Build System
7+
8+
* **deps-dev:** bump @types/node from 24.12.0 to 24.12.2 ([#115](https://github.com/erode-app/erode/issues/115)) ([54710b2](https://github.com/erode-app/erode/commit/54710b2a40947150c5532981c2707219dcaf930d))
9+
* **deps-dev:** bump eslint from 10.1.0 to 10.2.0 ([#116](https://github.com/erode-app/erode/issues/116)) ([a2f8d2e](https://github.com/erode-app/erode/commit/a2f8d2e8a5a45923d984f7a2325b05e8ef6b37b2))
10+
* **deps-dev:** bump knip from 6.1.1 to 6.2.0 ([#107](https://github.com/erode-app/erode/issues/107)) ([ae8f736](https://github.com/erode-app/erode/commit/ae8f73622a5263b248a66e4c0d45e53f33fefa7d))
11+
* **deps-dev:** bump knip from 6.2.0 to 6.3.0 ([#113](https://github.com/erode-app/erode/issues/113)) ([18b944d](https://github.com/erode-app/erode/commit/18b944d1065a56b3ec837cb8cb3c4bd1613ef8fa))
12+
* **deps:** bump @anthropic-ai/sdk from 0.81.0 to 0.82.0 ([#111](https://github.com/erode-app/erode/issues/111)) ([fb0e4ac](https://github.com/erode-app/erode/commit/fb0e4acef4cb3e4ee5ad19bd4bb90cd21253466f))
13+
* **deps:** bump @google/genai from 1.47.0 to 1.48.0 ([#108](https://github.com/erode-app/erode/issues/108)) ([0b8e6ea](https://github.com/erode-app/erode/commit/0b8e6eaf83635b342054e4d19a495fce75ed7c5b))
14+
* **deps:** bump astro from 6.1.2 to 6.1.4 ([#114](https://github.com/erode-app/erode/issues/114)) ([79924f8](https://github.com/erode-app/erode/commit/79924f8045fbedd16f7e9e30a719d5bc0fa0eb94))
15+
* **deps:** bump dotenv from 17.3.1 to 17.4.0 ([#110](https://github.com/erode-app/erode/issues/110)) ([a36fbab](https://github.com/erode-app/erode/commit/a36fbab3c934f02f929a0262bda019ab706aa733))
16+
* **deps:** bump dotenv from 17.4.0 to 17.4.1 ([#117](https://github.com/erode-app/erode/issues/117)) ([e616364](https://github.com/erode-app/erode/commit/e616364d36a8e5a727b57739d530042d1a020c6d))
17+
* **deps:** bump openai from 6.32.0 to 6.33.0 ([#109](https://github.com/erode-app/erode/issues/109)) ([64552ac](https://github.com/erode-app/erode/commit/64552ac91d0b1fffc3c6a234d2b916bdd9eda099))
18+
* **web:** downgrade typescript to ^5.8.3 for audit fix ([#118](https://github.com/erode-app/erode/issues/118)) ([d6cc975](https://github.com/erode-app/erode/commit/d6cc975e681ec2421fb24b85fe7029740377c469))
19+
320
## [0.8.1](https://github.com/erode-app/erode/compare/0.8.0...0.8.1) (2026-04-01)
421

522

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": "erode-monorepo",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"license": "MIT",
66
"workspaces": [

0 commit comments

Comments
 (0)