From ba49e6820a0302ba788bce738587b1deb3a899d9 Mon Sep 17 00:00:00 2001 From: bugarela Date: Mon, 29 Jul 2024 09:44:01 -0300 Subject: [PATCH] Release v0.21.1 --- CHANGELOG.md | 9 +++++++++ quint/package-lock.json | 4 ++-- quint/package.json | 16 +++++++++++++--- quint/src/version.ts | 2 +- 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b39fc22..f469a5e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## UNRELEASED +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## v0.21.1 -- 2024-07-29 + ### Added ### Changed ### Deprecated diff --git a/quint/package-lock.json b/quint/package-lock.json index 3e83d44f1..6eafc0492 100644 --- a/quint/package-lock.json +++ b/quint/package-lock.json @@ -1,12 +1,12 @@ { "name": "@informalsystems/quint", - "version": "0.21.0", + "version": "0.21.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@informalsystems/quint", - "version": "0.21.0", + "version": "0.21.1", "license": "Apache 2.0", "dependencies": { "@grpc/grpc-js": "^1.8.14", diff --git a/quint/package.json b/quint/package.json index 35b8aeceb..40f420e6e 100644 --- a/quint/package.json +++ b/quint/package.json @@ -1,8 +1,14 @@ { "name": "@informalsystems/quint", - "version": "0.21.0", + "version": "0.21.1", "description": "Core tool for the Quint specification language", - "keywords": ["temporal", "logic", "formal", "specification", "verification"], + "keywords": [ + "temporal", + "logic", + "formal", + "specification", + "verification" + ], "homepage": "https://github.com/informalsystems/quint", "bugs": "https://github.com/informalsystems/quint/issues", "license": "Apache 2.0", @@ -29,7 +35,11 @@ "bin": { "quint": "dist/src/cli.js" }, - "files": ["README.md", "dist/**/*", "test/**/*.ts"], + "files": [ + "README.md", + "dist/**/*", + "test/**/*.ts" + ], "engines": { "node": "18 - 20" }, diff --git a/quint/src/version.ts b/quint/src/version.ts index a2d809461..5cb53fcc2 100644 --- a/quint/src/version.ts +++ b/quint/src/version.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '0.21.0' +export const version = '0.21.1'