Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Oct 22, 2024
2 parents eefba36 + 556e7b2 commit 985824b
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"server": "1.0.0",
"client": "1.0.0",
"docs": "1.0.0"
"server": "1.1.0",
"client": "1.1.0",
"docs": "1.1.0"
}
8 changes: 8 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/discordplace/discord.place/compare/client-v1.0.0...client@v1.1.0) (2024-10-22)


### Features

* Add initial configuration for commit linting and husky, update license format ([551f0a5](https://github.com/discordplace/discord.place/commit/551f0a5256b924ce2d6baed9bd475db11d1cacb6))
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "client",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"dev": "next dev --turbo -p 3000",
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/discordplace/discord.place/compare/docs-v1.0.0...docs@v1.1.0) (2024-10-22)


### Features

* Add initial configuration for commit linting and husky, update license format ([551f0a5](https://github.com/discordplace/discord.place/commit/551f0a5256b924ce2d6baed9bd475db11d1cacb6))
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "docs",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"dev": "next dev --turbo -p 3535",
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/discordplace/discord.place/compare/server-v1.0.0...server@v1.1.0) (2024-10-22)


### Features

* Add initial configuration for commit linting and husky, update license format ([551f0a5](https://github.com/discordplace/discord.place/commit/551f0a5256b924ce2d6baed9bd475db11d1cacb6))
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "server",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node -r dotenv/config index.js",
Expand Down

0 comments on commit 985824b

Please sign in to comment.