Skip to content

Commit

Permalink
chore(release): 1.0.0 ## 1.0.0 (2024-04-03)
Browse files Browse the repository at this point in the history
### Features

* **creation:** init commit ([7844cd6](7844cd6))
* **fastapi:** call ([bf73076](bf73076))

### Bug Fixes

* **ci:** adding missing deps for release ([5fd27d1](5fd27d1))
* **ci:** adding missing deps for release ([fa6e381](fa6e381))
* **ci:** broken release ([8b37162](8b37162))
* **svg:** rename ([59aa1bd](59aa1bd))
* **svg:** rename ([f9c4ad5](f9c4ad5))
  • Loading branch information
semantic-release-bot committed Apr 3, 2024
1 parent cc56f9d commit 9f78ba5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!-- markdownlint-disable MD001 MD004 MD012 MD024 -->

# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.0 (2024-04-03)


### Features

* **creation:** init commit ([7844cd6](https://github.com/itayB/vite-project/commit/7844cd6f12648f252c7f5f937e7d4ceb28f90f29))
* **fastapi:** call ([bf73076](https://github.com/itayB/vite-project/commit/bf730768e42b278fe5dfe822ccc4e11190cfb1d1))


### Bug Fixes

* **ci:** adding missing deps for release ([5fd27d1](https://github.com/itayB/vite-project/commit/5fd27d12408d6313cb042adb87a481a176e7fbc1))
* **ci:** adding missing deps for release ([fa6e381](https://github.com/itayB/vite-project/commit/fa6e381922061c4e3b00a9bf73bcbcbc08a2ff00))
* **ci:** broken release ([8b37162](https://github.com/itayB/vite-project/commit/8b3716207d4d4bcadf18c6d77d3f29ab9213931e))
* **svg:** rename ([59aa1bd](https://github.com/itayB/vite-project/commit/59aa1bd96c386a9cd24ee3de5aefd5b730fe5eb5))
* **svg:** rename ([f9c4ad5](https://github.com/itayB/vite-project/commit/f9c4ad50563042e3cde8990e1bd6629b64c1cf8f))
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,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 9f78ba5

Please sign in to comment.