Skip to content

Commit e56837b

Browse files
runnerrunner
authored andcommitted
Version 5.5.0-1191157
1 parent f7290e4 commit e56837b

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Change Log
22

3+
## [5.5.0\-1191157](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/5.5.0-1191157) (2023-09-03)
4+
[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/5.4.0-1182435...5.5.0-1191157)
5+
6+
**Upgraded dependencies:**
7+
8+
- Update to Chrome DevTools Protocol version 1191157 [\#290](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/290) ([@github-actions[bot]](https://github.com/apps/github-actions))
9+
- Bump kotlin from 1.9.0 to 1.9.10 [\#288](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/288) ([@dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump ktor from 2.3.3 to 2.3.4 [\#292](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/292) ([@dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump org.jetbrains.kotlinx:kotlinx\-serialization\-json from 1.5.1 to 1.6.0 [\#287](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/287) ([@dependabot[bot]](https://github.com/apps/dependabot))
12+
313
## [5.4.0\-1182435](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/5.4.0-1182435) (2023-08-15)
414
[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/5.3.1-1170846...5.4.0-1182435)
515

616
**Upgraded dependencies:**
717

818
- Bump org.jetbrains.kotlinx:atomicfu from 0.21.0 to 0.22.0 [\#283](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/283) ([@dependabot[bot]](https://github.com/apps/dependabot))
919
- Update to Chrome DevTools Protocol version 1182435 [\#276](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/276) ([@github-actions[bot]](https://github.com/apps/github-actions))
10-
- Bump com.squareup:kotlinpoet from 1.12.0 to 1.14.2 [\#281](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/281) ([@dependabot[bot]](https://github.com/apps/dependabot))
1120
- Bump org.jetbrains.kotlinx:kotlinx\-coroutines\-core from 1.7.2 to 1.7.3 [\#280](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/280) ([@dependabot[bot]](https://github.com/apps/dependabot))
12-
- Bump com.gradle.enterprise from 3.12.4 to 3.14.1 [\#279](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/279) ([@dependabot[bot]](https://github.com/apps/dependabot))
13-
- Bump io.github.gradle\-nexus.publish\-plugin from 1.2.0 to 1.3.0 [\#278](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/278) ([@dependabot[bot]](https://github.com/apps/dependabot))
1421
- Bump ktor from 2.3.2 to 2.3.3 [\#277](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/277) ([@dependabot[bot]](https://github.com/apps/dependabot))
1522

1623
## [5.3.1\-1170846](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/5.3.1-1170846) (2023-07-16)
@@ -23,10 +30,6 @@
2330
## [5.3.0\-1170846](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/5.3.0-1170846) (2023-07-16)
2431
[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/5.2.0-1167732...5.3.0-1170846)
2532

26-
**Merged pull requests:**
27-
28-
- Update Gradle Wrapper from 8.2 to 8.2.1 [\#270](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/270) ([@joffrey-bion](https://github.com/joffrey-bion))
29-
3033
**Upgraded dependencies:**
3134

3235
- Update to Chrome DevTools Protocol version 1170846 [\#271](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/271) ([@github-actions[bot]](https://github.com/apps/github-actions))
@@ -50,10 +53,6 @@
5053

5154
- Add support for `tvosSimulatorArm64` target [\#261](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/261)
5255

53-
**Merged pull requests:**
54-
55-
- Update Gradle Wrapper from 8.1.1 to 8.2 [\#260](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/260) ([@joffrey-bion](https://github.com/joffrey-bion))
56-
5756
**Upgraded dependencies:**
5857

5958
- Update to Chrome DevTools Protocol version 1165014 [\#258](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/258) ([@github-actions[bot]](https://github.com/apps/github-actions))

0 commit comments

Comments
 (0)