Skip to content

Commit

Permalink
chore(main): release server 1.1.0 (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gökhan Bulut <skyhancloud@gmail.com>
  • Loading branch information
github-actions[bot] and chimpdev authored Oct 22, 2024
1 parent 8d44d7e commit 556e7b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"server": "1.0.0",
"server": "1.1.0",
"client": "1.1.0",
"docs": "1.1.0"
}
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 556e7b2

Please sign in to comment.