Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds committed Dec 7, 2023
1 parent d6eff54 commit 4133b02
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relno-docs",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"npmClient": "pnpm",
"version": "0.1.0"
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relno-cli",
"version": "0.1.0",
"version": "1.0.0",
"description": "CLI for relno",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/contributor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relno-plugin-contributor",
"version": "0.1.0",
"version": "1.0.0",
"description": "Support generate contributor section with Relno.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/relno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relno",
"version": "0.1.0",
"version": "1.0.0",
"description": "A fully configurable release note generation framework. Allow you to automatically generate a beautiful release note from commit messages and pull requests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

1 comment on commit 4133b02

@vercel
Copy link

@vercel vercel bot commented on 4133b02 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

relno – ./

relno-ppodds.vercel.app
relno.vercel.app
relno.ppodds.cc
relno-git-master-ppodds.vercel.app

Please sign in to comment.