Skip to content

Commit 9c98e66

Browse files
chore(main): release 1.2.0 (#101)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](1.1.0...1.2.0) (2024-12-13) ### Features * add miner to op-geth ([#98](#98)) ([01eccb4](01eccb4)) * add miner to op-reth ([#99](#99)) ([9bd409e](9bd409e)) * add option to deploy the package to an external layer 1 ([#104](#104)) ([a19a5fb](a19a5fb)) * integrate Rollup boost ([#105](#105)) ([df0aa48](df0aa48)) ### Bug Fixes * add miner as an api ([#97](#97)) ([349d815](349d815)) * image tag name ([#96](#96)) ([28d6a79](28d6a79)) * Readme ([#103](#103)) ([0d60a9d](0d60a9d)) * readme ([#93](#93)) ([1fb3de4](1fb3de4)) * remove additional example from network_params ([#107](#107)) ([b58e98e](b58e98e)) * sequencer forwarding ([#106](#106)) ([0505def](0505def)) * update default network params ([e0902cf](e0902cf)) * Update Nethermind scripts for Holocene ([#92](#92)) ([50f0193](50f0193)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Barnabas Busa <[email protected]>
1 parent e8fbe95 commit 9c98e66

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/ethpandaops/optimism-package/compare/1.1.0...1.2.0) (2024-12-13)
4+
5+
6+
### Features
7+
8+
* add miner to op-geth ([#98](https://github.com/ethpandaops/optimism-package/issues/98)) ([01eccb4](https://github.com/ethpandaops/optimism-package/commit/01eccb4e7883a482bf0e40f075bddfd41afedceb))
9+
* add miner to op-reth ([#99](https://github.com/ethpandaops/optimism-package/issues/99)) ([9bd409e](https://github.com/ethpandaops/optimism-package/commit/9bd409e826022a316f460035a41e64a5751a087e))
10+
* add option to deploy the package to an external layer 1 ([#104](https://github.com/ethpandaops/optimism-package/issues/104)) ([a19a5fb](https://github.com/ethpandaops/optimism-package/commit/a19a5fb3d35c64f2ad86d6db1827b95594e2c302))
11+
* integrate Rollup boost ([#105](https://github.com/ethpandaops/optimism-package/issues/105)) ([df0aa48](https://github.com/ethpandaops/optimism-package/commit/df0aa48cb669bed7abd78f20960e5aafd83ac949))
12+
13+
14+
### Bug Fixes
15+
16+
* add miner as an api ([#97](https://github.com/ethpandaops/optimism-package/issues/97)) ([349d815](https://github.com/ethpandaops/optimism-package/commit/349d81581937174df1193694319bd110884e561f))
17+
* image tag name ([#96](https://github.com/ethpandaops/optimism-package/issues/96)) ([28d6a79](https://github.com/ethpandaops/optimism-package/commit/28d6a79be673af41c7cf085972ffd451fdea8426))
18+
* Readme ([#103](https://github.com/ethpandaops/optimism-package/issues/103)) ([0d60a9d](https://github.com/ethpandaops/optimism-package/commit/0d60a9d3997f83ecee6f7f6695027f819d776309))
19+
* readme ([#93](https://github.com/ethpandaops/optimism-package/issues/93)) ([1fb3de4](https://github.com/ethpandaops/optimism-package/commit/1fb3de431c535d1cb1acbcd214ef425e3c423a0a))
20+
* remove additional example from network_params ([#107](https://github.com/ethpandaops/optimism-package/issues/107)) ([b58e98e](https://github.com/ethpandaops/optimism-package/commit/b58e98e920ea75d7863e8aaf5a2bac6dfd629c8c))
21+
* sequencer forwarding ([#106](https://github.com/ethpandaops/optimism-package/issues/106)) ([0505def](https://github.com/ethpandaops/optimism-package/commit/0505defac34beb9ac51c8d280c46e3b2fe87579a))
22+
* update default network params ([e0902cf](https://github.com/ethpandaops/optimism-package/commit/e0902cfc7a1a24cde93cfb83993b099718d7ec5b))
23+
* Update Nethermind scripts for Holocene ([#92](https://github.com/ethpandaops/optimism-package/issues/92)) ([50f0193](https://github.com/ethpandaops/optimism-package/commit/50f0193f734fad10c7c05f691e3ddbe08bdb50ca))
24+
325
## [1.1.0](https://github.com/ethpandaops/optimism-package/compare/1.0.0...1.1.0) (2024-11-21)
426

527

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)