Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.1](https://github.com/FlippoSoftware/biome/compare/v1.1.0...v1.1.1) (2026-08-31)


### Bug Fixes

* add missing step to install dependencies before publishing to npm ([234798b](https://github.com/FlippoSoftware/biome/commit/234798bca8e279cd8ce092200ebc4613d355d6e6))
* add missing step to install dependencies before publishing to npm ([98667af](https://github.com/FlippoSoftware/biome/commit/98667affc1e82a873c86a70f0149968a208d779b))
* update trigger to push on main branch in publish workflow ([54d1229](https://github.com/FlippoSoftware/biome/commit/54d1229c07b13948cca15b286ad3d3a0fe2f233d))
* update trigger to push on main branch in publish workflow ([0ef4f2f](https://github.com/FlippoSoftware/biome/commit/0ef4f2f2bfa3d57411d62ffd6ac4d193fd058499))

## [1.1.0](https://github.com/FlippoSoftware/biome/compare/v1.0.0...v1.1.0) (2026-08-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flippo-software/biome",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"exports": {
"base": {
Expand Down
Loading