Skip to content

Commit b8bc5bc

Browse files
committed
v1.1.1
1 parent e0dc9c4 commit b8bc5bc

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1] - 2026-03-02
9+
10+
### Chores
11+
12+
- update dependencies for @typescript-eslint and eslint to latest versions
13+
- update @versatiles/container and @versatiles/style to latest versions; update @types/node and @types/supertest
14+
- add typecheck script to check TypeScript types in the check command
15+
816
## [1.1.0] - 2026-02-19
917

1018
### Features

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,6 +1,6 @@
11
{
22
"name": "@versatiles/google-cloud",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A server for VersaTiles in Google Cloud Run",
55
"bin": {
66
"versatiles-google-cloud": "dist/index.js"

0 commit comments

Comments
 (0)