Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 6, 2024
1 parent f041f09 commit 9214f43
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.4.0](https://github.com/lihbr/akte/compare/v0.3.2...v0.4.0) (2024-01-06)


### Features

* **deps:** support vite 5 ([18eb159](https://github.com/lihbr/akte/commit/18eb1593d41acc54cec0f07a7b642862591b1d10))


### Documentation

* update doc ([20a927a](https://github.com/lihbr/akte/commit/20a927a23313a41041a4adb8c1d89eaf50e28e85))


### Chore

* **deps:** maintain lock file ([f04f104](https://github.com/lihbr/akte/commit/f04f10456b118053d2974053ec6a6c4e63ceb35a))

### [0.3.2](https://github.com/lihbr/akte/compare/v0.3.1...v0.3.2) (2023-03-21)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akte",
"version": "0.3.2",
"version": "0.4.0",
"description": "A minimal static site (and file) generator",
"keywords": [
"typescript",
Expand Down Expand Up @@ -108,4 +108,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 9214f43

Please sign in to comment.