Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Feb 25, 2023
1 parent 8e6070f commit dc8a202
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [0.3.1](https://github.com/cdcabrera/changelog-light/compare/9c56686dc5bfaf6338c0947bf83f2d9915796058...8e6070f4b1693545604c0ecf43e6d0b618b1cfcd) (2023-02-25)

### Documentation
* **build** jsdoc annotations ([#38](https://github.com/cdcabrera/changelog-light/pull/38)) ([8e6070f](https://github.com/cdcabrera/changelog-light/commit/8e6070f4b1693545604c0ecf43e6d0b618b1cfcd))

### Builds
* **deps** npm updates ([#38](https://github.com/cdcabrera/changelog-light/pull/38)) ([dc71f71](https://github.com/cdcabrera/changelog-light/commit/dc71f719f38c856e4a24ff80908fa71a78de263d))
* **deps-dev** bump jest from 29.3.1 to 29.4.2 ([#36](https://github.com/cdcabrera/changelog-light/pull/36)) ([0a6f143](https://github.com/cdcabrera/changelog-light/commit/0a6f143c749e601e047019f7ad94352555941958))
* **deps-dev** bump eslint from 8.31.0 to 8.33.0 ([#32](https://github.com/cdcabrera/changelog-light/pull/32)) ([d8b3a9d](https://github.com/cdcabrera/changelog-light/commit/d8b3a9d276f0596d94e3b9b47e1524f61762f120))
* **deps-dev** eslint-plugin-import from 2.26.0 to 2.27.5 ([#35](https://github.com/cdcabrera/changelog-light/pull/35)) ([171b37f](https://github.com/cdcabrera/changelog-light/commit/171b37fbdb170ef666f5cad96d60b772c140a705))
* **deps-dev** bump prettier from 2.8.1 to 2.8.3 ([#31](https://github.com/cdcabrera/changelog-light/pull/31)) ([968cdab](https://github.com/cdcabrera/changelog-light/commit/968cdabb9624346c17e5bbe281cefaa447083441))
* **deps-dev** eslint-config-prettier from 8.5.0 to 8.6.0 ([#33](https://github.com/cdcabrera/changelog-light/pull/33)) ([87c794d](https://github.com/cdcabrera/changelog-light/commit/87c794d51c167c307d948652a8f384a22f2dd39f))

### Bug Fixes
* **files** content closing ([#37](https://github.com/cdcabrera/changelog-light/pull/37)) ([9982516](https://github.com/cdcabrera/changelog-light/commit/99825167c9af35c329f1219c157258ae095479ab))

## [0.3.0](https://github.com/cdcabrera/changelog-light/compare/64b13abc035a3336b3ac3828f09cc285071a41bb...24313ac337aa95b0359f291d6a9fd15ec799ca0e) (2023-01-14)

### Features
Expand Down Expand Up @@ -84,4 +100,4 @@ All notable changes to this project will be documented in this file.
### Bug Fixes
* **cmds,parse** join for url strings ([c3017ab](https://github.com/cdcabrera/changelog-light/commit/c3017ab8043510a36e3aee389b9be9283343f0f5))
* **parse** nested values optional chain ([a9147eb](https://github.com/cdcabrera/changelog-light/commit/a9147eba8155cfbd3b0932ab3f395d2bc6e49a04))
* **build,testing** lint build, console instances ([3827018](https://github.com/cdcabrera/changelog-light/commit/3827018b0ed79847d92c0f80c10ffd48d43ac920))
* **build,testing** lint build, console instances ([3827018](https://github.com/cdcabrera/changelog-light/commit/3827018b0ed79847d92c0f80c10ffd48d43ac920))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changelog-light",
"version": "0.3.0",
"version": "0.3.1",
"description": "Generate a changelog from commits.",
"author": "cdcabrera",
"license": "MIT",
Expand Down

0 comments on commit dc8a202

Please sign in to comment.