Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Mar 3, 2023
1 parent 36d160b commit a3830e0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <eaviles@gmail.com>",
"maintainers": [
Expand Down

0 comments on commit a3830e0

Please sign in to comment.