Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 9, 2023
1 parent 5e4b7f4 commit 61120b6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

### [0.0.3](https://github.com/lihbr/akte/compare/v0.0.2...v0.0.3) (2023-01-09)


### Features

* allow `globalData()` to be optional according to context ([ea202f9](https://github.com/lihbr/akte/commit/ea202f90c45e22615315cdf31f4a43fc54d7fae0))


### Bug Fixes

* render error propagation ([00fb23d](https://github.com/lihbr/akte/commit/00fb23d213a5d04cdc29ef95c7795fbfa29126b5))


### Documentation

* add examples ([9cd213f](https://github.com/lihbr/akte/commit/9cd213fd9b85a72dfd63aa0b930e23a8b42123ee))
* add programmatic example ([3b6d2cc](https://github.com/lihbr/akte/commit/3b6d2ccb22a93a350f38c6bbf83e280c46f048c7))
* update readme ([5e4b7f4](https://github.com/lihbr/akte/commit/5e4b7f45e946b2905dfab367051d1bf010dde38c))

### [0.0.2](https://github.com/lihbr/akte/compare/v0.0.1...v0.0.2) (2023-01-08)


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": "akte",
"version": "0.0.2",
"version": "0.0.3",
"description": "Minimal file generator, for websites and more",
"keywords": [
"typescript",
Expand Down

0 comments on commit 61120b6

Please sign in to comment.