Skip to content

Commit

Permalink
Merge pull request #15 from Juyeong-Byeon/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
Juyeong-Byeon authored Jun 20, 2024
2 parents a3b4227 + 3ba8ba7 commit f2dbf69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.14.0-rc.1](https://github.com/Juyeong-Byeon/ci-deploy/compare/v1.13.0...v1.14.0-rc.1) (2024-06-20)

### Features

* edit main ([0555d17](https://github.com/Juyeong-Byeon/ci-deploy/commit/0555d17736c6d8ed6f79201e7be989b0d16d26e7))

## [1.13.0](https://github.com/Juyeong-Byeon/ci-deploy/compare/v1.12.0...v1.13.0) (2024-06-12)

### Features
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": "ci-deploy",
"private": true,
"version": "1.13.0",
"version": "1.14.0-rc.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function App() {
return (
<>
<div>
<h1>Test deploy 10
<h1>Test deploy 111
</h1>
<a href="https://react.dev" target="_blank">
<img src={reactLogo} className="logo react" alt="React logo" />
Expand Down

0 comments on commit f2dbf69

Please sign in to comment.