Skip to content

Commit

Permalink
chore(main): release 2.0.3 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Feb 5, 2025
1 parent fb80628 commit a2a1916
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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 @@
{
".": "2.0.2"
".": "2.0.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## [2.0.3](https://github.com/jobtrek/progress-report/compare/v2.0.2...v2.0.3) (2025-02-05)


### Build System

* **deps:** bump astro from 5.1.9 to 5.2.3 ([#56](https://github.com/jobtrek/progress-report/issues/56)) ([b0d3d63](https://github.com/jobtrek/progress-report/commit/b0d3d63c6d325f03ed1e0edf630feec171359fb8))
* **deps:** bump sharp from 0.32.6 to 0.33.5 ([#54](https://github.com/jobtrek/progress-report/issues/54)) ([fb80628](https://github.com/jobtrek/progress-report/commit/fb806282ea4b5c51affe798474b05de60d76021d))

## [2.0.2](https://github.com/jobtrek/progress-report/compare/v2.0.1...v2.0.2) (2025-01-27)


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 2.0.2 : [Changelog](./CHANGELOG.md)** <!-- x-release-please-version -->
**Version 2.0.3 : [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 [Astro stralight template](https://github.com/withastro/starlight).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "progress-report",
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

0 comments on commit a2a1916

Please sign in to comment.