Release 2.1.1

This commit is contained in:
benoit74 2024-09-05 07:13:44 +00:00
parent 9de0d96b63
commit 1737ab3327
No known key found for this signature in database
GPG key ID: B89606434FC7B530
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.4.0).
## [Unreleased]
## [2.1.1] - 2024-09-05
### Changed

View file

@ -1,7 +1,7 @@
{
"name": "@openzim/wombat-setup",
"type": "module",
"version": "2.1.1-dev0",
"version": "2.1.1",
"license": "GPL-3.0-or-later",
"author": "openZIM",
"devDependencies": {

View file

@ -1 +1 @@
__version__ = "2.1.1-dev0"
__version__ = "2.1.1"