diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db8761..f8b2feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.1](https://github.com/regseb/cronnor/compare/v2.1.0...v2.1.1) (2023-03-04) + + +### Bug Fixes + +* Enlever les extensions pour les exports. ([2c1b334](https://github.com/regseb/cronnor/commit/2c1b33444d0625683c81cca4beb6224475c4781d)) + ## [2.1.0](https://github.com/regseb/cronnor/compare/v2.0.0...v2.1.0) (2023-01-18) diff --git a/package-lock.json b/package-lock.json index c863fa2..8414e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cronnor", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cronnor", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "devDependencies": { "@prettier/plugin-xml": "2.2.0", diff --git a/package.json b/package.json index 85a919a..d6bbdd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cronnor", - "version": "2.1.0", + "version": "2.1.1", "description": "Bibliothèque JavaScript implémentant un programme cron.", "keywords": [ "cron",