Skip to content

Commit c25faed

Browse files
committed
chore: release master
1 parent a7aa227 commit c25faed

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/as-sha256": "1.2.0",
33
"packages/persistent-merkle-tree": "1.2.1",
4-
"packages/persistent-ts": "1.0.1",
4+
"packages/persistent-ts": "2.0.0",
55
"packages/ssz": "1.3.0"
66
}

packages/persistent-ts/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0](https://github.com/ChainSafe/ssz/compare/persistent-ts-v1.0.1...persistent-ts-v2.0.0) (2025-11-22)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440))
12+
13+
### Features
14+
15+
* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d))
16+
17+
18+
### Bug Fixes
19+
20+
* **persistent-ts:** empty commit to trigger release from package.json fix ([#446](https://github.com/ChainSafe/ssz/issues/446)) ([825d530](https://github.com/ChainSafe/ssz/commit/825d5303eb2bac251a346eda47618dd5b8f67f64))
21+
* **ssz:** empty commit to trigger release from package.json fix ([#445](https://github.com/ChainSafe/ssz/issues/445)) ([f5417f5](https://github.com/ChainSafe/ssz/commit/f5417f54072a71bf86be01d4e028070145d1e4e7))
22+
23+
24+
### Miscellaneous
25+
26+
* add support for ts extension import ([#484](https://github.com/ChainSafe/ssz/issues/484)) ([3891cf8](https://github.com/ChainSafe/ssz/commit/3891cf8203d2b8177be228f2c06518743fef239f))
27+
* fix linting rule lint/style/noUselessElse ([#476](https://github.com/ChainSafe/ssz/issues/476)) ([a5a2427](https://github.com/ChainSafe/ssz/commit/a5a2427056d1d90ad4ae955c192686150fad492a))
28+
* make all packages build to be consistent and compatible with cjs and esm ([#426](https://github.com/ChainSafe/ssz/issues/426)) ([67bcd88](https://github.com/ChainSafe/ssz/commit/67bcd881cae2771837232479a68f807813b703e9))
29+
* migrate down to yarn 1 ([#374](https://github.com/ChainSafe/ssz/issues/374)) ([cf8f049](https://github.com/ChainSafe/ssz/commit/cf8f04905e8d93fd44e59a319e1431f5b932d0e3))
30+
* migrate from mocha to vitest ([#422](https://github.com/ChainSafe/ssz/issues/422)) ([#428](https://github.com/ChainSafe/ssz/issues/428)) ([5868113](https://github.com/ChainSafe/ssz/commit/586811330be51044f711c39eb032e4a0a8ae961d))
31+
* migrate the linting from eslint to biomejs ([#475](https://github.com/ChainSafe/ssz/issues/475)) ([b9f9354](https://github.com/ChainSafe/ssz/commit/b9f935435b01e228b5ee3bc225e348cf25eb8dba))
32+
* publish ([#208](https://github.com/ChainSafe/ssz/issues/208)) ([e677b6b](https://github.com/ChainSafe/ssz/commit/e677b6b34f3eaa75de08b209440afc1e16b3dcd2))
33+
* release master ([#447](https://github.com/ChainSafe/ssz/issues/447)) ([4d8e795](https://github.com/ChainSafe/ssz/commit/4d8e795810338a57c475c6fd52f98c1c6ddce9d0))
34+
* release master ([#458](https://github.com/ChainSafe/ssz/issues/458)) ([7e0a540](https://github.com/ChainSafe/ssz/commit/7e0a540aea78fdf800d25a71b9932c0b0079dce3))
35+
* release master ([#500](https://github.com/ChainSafe/ssz/issues/500)) ([7f5580c](https://github.com/ChainSafe/ssz/commit/7f5580c2ea69f9307300ddb6010a8bc7ce2fc471))
36+
* release nh/benchmark-update ([#442](https://github.com/ChainSafe/ssz/issues/442)) ([7c6ce61](https://github.com/ChainSafe/ssz/commit/7c6ce6159d7093e3ac5b18291c401b8563f3e6d2))
37+
* revert invalid release commit and create valid commit triggers ([#444](https://github.com/ChainSafe/ssz/issues/444)) ([f56df35](https://github.com/ChainSafe/ssz/commit/f56df35a1ce31e809c9c87148863accc3739ddca))
38+
* update the benchmark dependencies ([#429](https://github.com/ChainSafe/ssz/issues/429)) ([3d931df](https://github.com/ChainSafe/ssz/commit/3d931dfda609d87e14f67486f203130745eae876))
39+
* yarn workspaces, release please ([#290](https://github.com/ChainSafe/ssz/issues/290)) ([7bd63c6](https://github.com/ChainSafe/ssz/commit/7bd63c6f450ef721907334450b68aafdb72b7d25))
40+
641
## [1.0.1](https://github.com/chainsafe/ssz/compare/persistent-ts-v1.0.0...persistent-ts-v1.0.1) (2025-08-22)
742

843

packages/persistent-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/persistent-ts",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Persistent data structures for TypeScript.",
55
"type": "module",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)