Skip to content

Commit

Permalink
Merge pull request #377 from madisonbikes/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--cyclistsofmsn-client

chore(main): release cyclistsofmsn-client 1.1.0
  • Loading branch information
bensandee authored Apr 3, 2024
2 parents 965249b + 3307f74 commit 17d8e4e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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.0"
".": "1.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/madisonbikes/cyclistsofmsn-client/compare/cyclistsofmsn-client-v1.0.0...cyclistsofmsn-client-v1.1.0) (2024-04-03)


### Features

* show versions in client ui ([302bf39](https://github.com/madisonbikes/cyclistsofmsn-client/commit/302bf39b312a6b548f3f383526425d66faf47306))


### Bug Fixes

* test failure due to global vitest import issue ([965249b](https://github.com/madisonbikes/cyclistsofmsn-client/commit/965249bbed16c90ccf1709eb618d163ef6b67f28))

## 1.0.0 (2024-04-02)


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": "cyclistsofmsn-client",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 17d8e4e

Please sign in to comment.