Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 54e2d9c

Browse files
authored
bump version to 2.0.1 (#188)
* bump version to 2.0.1 * build: bump lockup dep
1 parent 24ab478 commit 54e2d9c

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

airdrops/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
All notable changes to this project will be documented in this file. The format is based on
44
[Common Changelog](https://common-changelog.org/).
55

6+
[2.0.1]: https://github.com/sablier-labs/airdrops/compare/v2.0.0...v2.0.1
67
[2.0.0]: https://github.com/sablier-labs/airdrops/compare/v1.3.0...v2.0.0
78
[1.3.0]: https://github.com/sablier-labs/airdrops/releases/tag/v1.3.0
89

10+
## [2.0.1] - 2025-10-14
11+
12+
### Changed
13+
14+
- Bump package version for NPM release ([#188](https://github.com/sablier-labs/airdrops/pull/188))
15+
916
## [2.0.0] - 2025-10-08
1017

1118
### Changed

airdrops/bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airdrops/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sablier/airdrops",
33
"description": "EVM smart contracts of the Sablier Airdrops protocol",
44
"license": "SEE LICENSE IN LICENSE",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"author": {
77
"name": "Sablier Labs Ltd",
88
"url": "https://sablier.com"
@@ -14,7 +14,7 @@
1414
"@openzeppelin/contracts": "5.3.0",
1515
"@prb/math": "4.1.0",
1616
"@sablier/evm-utils": "1.0.0",
17-
"@sablier/lockup": "github:sablier-labs/lockup#staging"
17+
"@sablier/lockup": "3.0.1"
1818
},
1919
"devDependencies": {
2020
"@sablier/devkit": "github:sablier-labs/devkit",

airdrops/tests/utils/BaseScript.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ contract BaseScript_Test is StdAssertions {
2020

2121
function test_ConstructCreate2Salt() public view {
2222
string memory chainId = block.chainid.toString();
23-
string memory version = "2.0.0";
23+
string memory version = "2.0.1";
2424
string memory salt = string.concat("ChainID ", chainId, ", Version ", version);
2525

2626
bytes32 actualSalt = baseScript.SALT();

0 commit comments

Comments
 (0)