Skip to content

Commit 2439aee

Browse files
committed
Release v0.19.1
1 parent 1680708 commit 2439aee

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## UNRELEASED
99

10+
### Added
11+
### Changed
12+
### Deprecated
13+
### Removed
14+
### Fixed
15+
### Security
16+
17+
## v0.19.1 -- 2024-04-01
18+
1019
### Added
1120
### Changed
1221
### Deprecated

quint/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@informalsystems/quint",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Core tool for the Quint specification language",
55
"keywords": [
66
"temporal",

quint/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = '0.19.0'
2+
export const version = '0.19.1'

0 commit comments

Comments
 (0)