diff --git a/CHANGELOG.md b/CHANGELOG.md index 696f391..65cd8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### v1.0.0 (2023-03-03) + +- [`194fa1b`](https://github.com/lifion/core-commons/commit/194fa1b011a64e8c61d3a0ddfdffc20085bf562b): Recreate the lock file +- [`c6339ce`](https://github.com/lifion/core-commons/commit/c6339ce7b21f378aed4ed831720c8b866cf32454): Upgrade cosmiconfig, jest, and jsdoc-to-markdown +- [`0f3edce`](https://github.com/lifion/core-commons/commit/0f3edcef37de684e844828cdd8a58006f8e1fdb7): Upgrade all dependencies +- [`10d4a67`](https://github.com/lifion/core-commons/commit/10d4a67564be3d47039949e9b5bb659f9d854307): Avoid loading the entire zx bundle +- [`bd395c8`](https://github.com/lifion/core-commons/commit/bd395c8e9905bdd5350b60c97fe6542ddd9edd50): Correct scripts so they can run on Windows +- [`0cf7dbf`](https://github.com/lifion/core-commons/commit/0cf7dbfb54613bcf841d18867b65570a974349b2): Fix the eslint command supressing the error output +- [`36d160b`](https://github.com/lifion/core-commons/commit/36d160bae401e0aec28c2cfda7991a801753d7b9): Update Edgardo’s email address +- [`1c823de`](https://github.com/lifion/core-commons/commit/1c823de0429f385aa15243fae372c1c396cca891): Fix linter error +- [`0dbc386`](https://github.com/lifion/core-commons/commit/0dbc386fb2ca769d016ecec76e52165f07268dd0): Disable node/shebang for now +- [`974457e`](https://github.com/lifion/core-commons/commit/974457e49bc2d7b0b6ce38083f84e934944c3dff): Add Node.js v18 to the testing matrix +- [`7b4448f`](https://github.com/lifion/core-commons/commit/7b4448fdd3b7a928f0f87eea73a7357a884f162e): Fix lint error + ### v1.0.0-alpha.7 (2022-06-16) - [`#37`](https://github.com/lifion/core-commons/pull/37): Bump typescript from 4.6.3 to 4.6.4 diff --git a/package-lock.json b/package-lock.json index 209d992..4a73603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "core-commons", - "version": "1.0.0-alpha.7", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "core-commons", - "version": "1.0.0-alpha.7", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@tsconfig/node14": "^1.0.3", diff --git a/package.json b/package.json index 444220a..6071af5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core-commons", - "version": "1.0.0-alpha.7", + "version": "1.0.0", "description": "Lifion's development setup in one command for public Node.js projects.", "author": "Edgardo Avilés-López ", "maintainers": [