Skip to content

Commit

Permalink
chore(release): 1.0.3 ## [1.0.3](1.0.2...1.0.3) (2024-04-03)
Browse files Browse the repository at this point in the history
### Bug Fixes

* **package:** trying MANIFEST.in ([fe724df](fe724df))
  • Loading branch information
semantic-release-bot committed Apr 3, 2024
1 parent fc9e3c1 commit 7454e59
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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.3](https://github.com/itayB/vite-project/compare/1.0.2...1.0.3) (2024-04-03)


### Bug Fixes

* **package:** trying MANIFEST.in ([fe724df](https://github.com/itayB/vite-project/commit/fe724df6739c9e417ae9833c7b7efc55f07d15a8))

## [1.0.2](https://github.com/itayB/vite-project/compare/1.0.1...1.0.2) (2024-04-03)


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,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7454e59

Please sign in to comment.