Skip to content

Commit 32dd98f

Browse files
build(release): 4.5.0
Signed-off-by: julia.kirschenheuter <[email protected]>
1 parent 61d5312 commit 32dd98f

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 4.5.0
9+
### Fixed
10+
- Update openapi-extractor to v1.5.3
11+
- Cleanup bootstrap.php to be forward-compatible
12+
- Bump webpack-dev-server from 5.1.0 to 5.2.2
13+
814
## 4.4.0
915
### Added
1016
- Configuration settings to bypass checks for services:

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description><![CDATA[Requires users to accept the terms of service before accessing data.
1212
This product includes GeoLite2 data created by MaxMind, available from [maxmind.com](http://www.maxmind.com)]]></description>
1313

14-
<version>4.4.0</version>
14+
<version>4.5.0</version>
1515
<licence>agpl</licence>
1616
<author>Joas Schilling</author>
1717

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terms_of_service",
33
"description": "Requires users to accept the terms of service before accessing data.",
4-
"version": "4.4.0",
4+
"version": "4.5.0",
55
"author": "Joas Schilling <[email protected]>",
66
"license": "AGPL-3.0-or-later",
77
"private": true,

0 commit comments

Comments
 (0)