Skip to content

Commit

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

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.1.0](https://github.com/lihbr/akte/compare/v0.0.3...v0.1.0) (2023-01-11)


### ⚠ BREAKING CHANGES

* make `html-minifier-terser` an optional peer dependency

### Chore

* **deps:** fix lock file ([2951a50](https://github.com/lihbr/akte/commit/2951a50562c6747886d5b6cdac720910257020f5))


### Refactor

* make `html-minifier-terser` an optional peer dependency ([8b23301](https://github.com/lihbr/akte/commit/8b23301ad76da9327f9a526c6365dc589bce771e))


### Documentation

* add tsdocs ([2484d2e](https://github.com/lihbr/akte/commit/2484d2e25c0dbb1400cd84c58e2a09e2d12d4aa8))
* provide missing tsconfig.json for stackblitz/standalone download ([bd403ab](https://github.com/lihbr/akte/commit/bd403abda9fd805a6614670189fb53d95d4b96a1))

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


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

0 comments on commit 27f162f

Please sign in to comment.