Skip to content

Commit

Permalink
chore(main): release 1.0.4 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Apr 19, 2024
1 parent 1905123 commit e9cba14
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.3"
".": "1.0.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [1.0.4](https://github.com/jobtrek/progress-report/compare/v1.0.3...v1.0.4) (2024-04-19)


### Build System

* **deps-dev:** bump vitepress from 1.0.2 to 1.1.0 ([#12](https://github.com/jobtrek/progress-report/issues/12)) ([1905123](https://github.com/jobtrek/progress-report/commit/1905123e81ef31f9bdf06e17722df86def47f3cb))

## [1.0.3](https://github.com/jobtrek/progress-report/compare/v1.0.2...v1.0.3) (2024-04-08)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Progress report

**Version 1.0.3 : [Changelog](./CHANGELOG.md)** <!-- x-release-please-version -->
**Version 1.0.4 : [Changelog](./CHANGELOG.md)** <!-- x-release-please-version -->

> This repo is a template repository to create your own progress report in Markdown.
> The Markdown will be compiled into a static website using [VitePress](https://vitepress.vuejs.org/).
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": "progress-report",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple vitpress site for training progress report writing",
"scripts": {
"dev": "vitepress dev src",
Expand Down

0 comments on commit e9cba14

Please sign in to comment.