Skip to content

Commit 721597d

Browse files
chore(release): 0.1.1
1 parent a9d0936 commit 721597d

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
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.
4+
5+
### 0.1.1 (2025-02-16)
6+
7+
8+
### 🛠 Maintenance
9+
10+
* add templates for bugs and feature requests ([7a6f90d](https://github.com/OleksandrZadvornyi/kal-hans-landing/commit/7a6f90d07de7bb99841ab79ca45705fc4d812567))
11+
* create config file with commit types ([8783db7](https://github.com/OleksandrZadvornyi/kal-hans-landing/commit/8783db7147f2e30fbc68006578f57c94f8e412c5))
12+
13+
14+
### 👷 CI/CD
15+
16+
* add workflow to check formatting on PR ([2a69629](https://github.com/OleksandrZadvornyi/kal-hans-landing/commit/2a69629854e10cbd47b64c0cf7841a2c56a72cef))
17+
* add workflow to update changelog and releases ([13c9467](https://github.com/OleksandrZadvornyi/kal-hans-landing/commit/13c946710dfefc1fa0865e9ae317a4acc183e749))
18+
19+
20+
### ✨ Features
21+
22+
* add images from the design ([682a014](https://github.com/OleksandrZadvornyi/kal-hans-landing/commit/682a014267d0b6aa0849f24126fee59218fe4ae2))
23+
* add message on top of the landing page ([a9d0936](https://github.com/OleksandrZadvornyi/kal-hans-landing/commit/a9d0936ec3aef27ebd816c9c2a1f15c47d76a8f3))
24+
* init project with React, Vite, TS, Tailwind ([49bd8c9](https://github.com/OleksandrZadvornyi/kal-hans-landing/commit/49bd8c9a87886e0118aacb0b1937ea5138e0b91c))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kal-hans-landing",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)