Skip to content

Commit 0ac7cb0

Browse files
committed
docs: release v1.1.1
1 parent 6a79ad8 commit 0ac7cb0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[1.1.1]: https://github.com/sablier-labs/indexers/compare/v1.1.0...v1.1.1
89
[1.1.0]: https://github.com/sablier-labs/indexers/compare/v1.0.0...v1.1.0
910
[1.0.0]: https://github.com/sablier-labs/indexers/releases/tag/v1.0.0
1011

12+
## [1.1.1] - 2025-09-01
13+
14+
### Changed
15+
16+
- Bump viem to v2.35
17+
- Bump sablier devkit dependency
18+
19+
### Fixed
20+
21+
- Fix subgraph names ([#205](https://github.com/sablier-labs/indexers/pull/205))
22+
1123
## [1.1.0] - 2025-08-25
1224

1325
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sablier/indexers",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Data indexers for the Sablier Protocol",
55
"homepage": "https://github.com/sablier-labs/indexers#readme",
66
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)