chore(release): Update version to v1.4.347

This commit is contained in:
github-actions[bot]
2025-12-16 06:51:40 +00:00
parent 3a69437790
commit 005d43674f
5 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## v1.4.347 (2025-12-16)
### PR [#1875](https://github.com/danielmiessler/Fabric/pull/1875) by [ksylvan](https://github.com/ksylvan): modernize: update benchmarks to use b.Loop and refactor map copying
- Updated benchmark loops to use cleaner `b.Loop()` syntax
- Removed unnecessary `b.ResetTimer()` call in token benchmark
- Used `maps.Copy` for merging variables in patterns handler
## v1.4.346 (2025-12-16)
### PR [#1874](https://github.com/danielmiessler/Fabric/pull/1874) by [ksylvan](https://github.com/ksylvan): refactor: replace interface{} with any across codebase

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.346"
var version = "v1.4.347"

Binary file not shown.

View File

@@ -1,5 +0,0 @@
### PR [#1875](https://github.com/danielmiessler/Fabric/pull/1875) by [ksylvan](https://github.com/ksylvan): modernize: update benchmarks to use b.Loop and refactor map copying
- Updated benchmark loops to use cleaner `b.Loop()` syntax
- Removed unnecessary `b.ResetTimer()` call in token benchmark
- Used `maps.Copy` for merging variables in patterns handler

View File

@@ -1 +1 @@
"1.4.346"
"1.4.347"