Yeet those builds out!

chore(release): 0.6.1 [skip ci]

## [0.6.1](https://github.com/TecharoHQ/yeet/compare/v0.6.0...v0.6.1) (2025-06-03)

### Bug Fixes

* **internal/mkrpm:** ensure greater reproduciblity ([f515b41](https://github.com/TecharoHQ/yeet/commit/f515b4130e9727b1acb23701dc26b457e4517949))
* **internal/vfs:** don't give archive/tar Sys data ([b68cbc8](https://github.com/TecharoHQ/yeet/commit/b68cbc825e7597509e0b8f595f6bc743a2b2ea5b))
* **internal/vfs:** implement gname and uname for modtimefileinfo ([18f16f2](https://github.com/TecharoHQ/yeet/commit/18f16f2d0e1b9f924097733eb799c9d8e278e28a))

Signed-Off-By: Mimi Yasomi <mimi@techaro.lol>

Changed files
+10 -1
+9
CHANGELOG.md
··· 1 + ## [0.6.1](https://github.com/TecharoHQ/yeet/compare/v0.6.0...v0.6.1) (2025-06-03) 2 + 3 + 4 + ### Bug Fixes 5 + 6 + * **internal/mkrpm:** ensure greater reproduciblity ([f515b41](https://github.com/TecharoHQ/yeet/commit/f515b4130e9727b1acb23701dc26b457e4517949)) 7 + * **internal/vfs:** don't give archive/tar Sys data ([b68cbc8](https://github.com/TecharoHQ/yeet/commit/b68cbc825e7597509e0b8f595f6bc743a2b2ea5b)) 8 + * **internal/vfs:** implement gname and uname for modtimefileinfo ([18f16f2](https://github.com/TecharoHQ/yeet/commit/18f16f2d0e1b9f924097733eb799c9d8e278e28a)) 9 + 1 10 # [0.6.0](https://github.com/TecharoHQ/yeet/compare/v0.5.0...v0.6.0) (2025-06-01) 2 11 3 12
+1 -1
package.json
··· 1 1 { 2 2 "name": "@techaro/yeet", 3 - "version": "0.6.0", 3 + "version": "0.6.1", 4 4 "description": "Yeet those actions out with JavaScript!", 5 5 "directories": { 6 6 "doc": "doc"