Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 20, 2024
1 parent c58286a commit 04a3ee6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions ci/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2024-04-20)

**Note:** Version bump only for package @starship-ci/client
6 changes: 3 additions & 3 deletions ci/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starship-ci/client",
"version": "0.0.1",
"version": "0.0.2",
"author": "Dan Lynch <[email protected]>",
"description": "Starship CI Client",
"main": "index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
"chalk": "^4.1.0",
"deepmerge": "^4.3.1",
"js-yaml": "^4.1.0",
"mkdirp": "3.0.1",
"semver": "7.6.0",
"shelljs": "^0.8.5",
"mkdirp": "3.0.1"
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/shelljs": "^0.8.15"
Expand Down
8 changes: 8 additions & 0 deletions js/starshipjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.3 (2024-04-20)

**Note:** Version bump only for package starshipjs
4 changes: 2 additions & 2 deletions js/starshipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starshipjs",
"version": "0.0.2",
"version": "0.0.3",
"author": "Dan Lynch <[email protected]>",
"description": "JS utilities for Starship",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"test:watch": "jest --watch"
},
"keywords": []
}
}

0 comments on commit 04a3ee6

Please sign in to comment.