diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a105a..57b0597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.1] - 2024-11-08 + +### Fixed + +- Repair release: include sources in the 'files' of package.json + +### Removed + +- Remove .npmignore and rely on 'files' alone. + ## [2.1.0] - 2024-11-08 diff --git a/lib/version.js b/lib/version.js index 2ca5d81..b725ce8 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -module.exports = '2.1.0' +module.exports = '2.1.1' diff --git a/package.json b/package.json index 2ab0d88..6c4d548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nudged", - "version": "2.1.0", + "version": "2.1.1", "description": "Affine transformation estimator e.g. for multi-touch gestures and calibration", "keywords": [ "geometry",