Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#48)
Browse files Browse the repository at this point in the history
closes: #22
  • Loading branch information
fuzoh authored Jan 24, 2025
1 parent fca58c9 commit b07deca
Show file tree
Hide file tree
Showing 4 changed files with 31 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 @@
{
".": "1.0.17"
".": "2.0.0"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog


## [2.0.0](https://github.com/jobtrek/progress-report/compare/v1.0.17...v2.0.0) (2025-01-24)


### ⚠ BREAKING CHANGES

* switched from vitepress to astro starlight

### Features

* starlight example ([001ffa4](https://github.com/jobtrek/progress-report/commit/001ffa4f58f4cb4de00960d50c3d4acc5bc66952))
* **style:** new theme colors ([fca58c9](https://github.com/jobtrek/progress-report/commit/fca58c992be4422162181a61d18d97fad0f3dc2c))
* switched from vitepress to astro starlight ([688db2b](https://github.com/jobtrek/progress-report/commit/688db2bb5d1a551d0941de97183872389eac005d))


### Bug Fixes

* **config:** remove forgotten unused import ([bedc5c8](https://github.com/jobtrek/progress-report/commit/bedc5c889c83bef60d9541956a2be9d2880f95af))


### Miscellaneous Chores

* remove unused dependency ([c638fd6](https://github.com/jobtrek/progress-report/commit/c638fd67d2993c789af3752278f71bab04ad2789))


### Build System

* **deps-dev:** bump vite from 5.4.11 to 5.4.14 ([#47](https://github.com/jobtrek/progress-report/issues/47)) ([42826bc](https://github.com/jobtrek/progress-report/commit/42826bcdfb672eed8602e7fef7b1bd8afbe886bb))

## [1.0.17](https://github.com/jobtrek/progress-report/compare/v1.0.16...v1.0.17) (2024-11-15)


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.17 : [Changelog](./CHANGELOG.md)** <!-- x-release-please-version -->
**Version 2.0.0 : [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
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": "0.0.1",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

0 comments on commit b07deca

Please sign in to comment.