Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-08-05)

### Bug Fixes

* **logging:** log info and above by default ([#143](#143)) ([0940696](0940696))
  • Loading branch information
semantic-release-bot committed Aug 5, 2021
1 parent 0940696 commit 75d9329
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2021-08-05)


### Bug Fixes

* **logging:** log info and above by default ([#143](https://github.com/AEGEE/network/issues/143)) ([0940696](https://github.com/AEGEE/network/commit/09406969c0f6fc88473cf7027af533da36df3eaf))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network",
"version": "0.0.1",
"version": "1.0.0",
"description": "Network module for MyAEGEE, for network history and network status.",
"main": "lib/run.js",
"scripts": {
Expand Down Expand Up @@ -78,14 +78,18 @@
"sequelize-cli": "^6.2.0"
},
"release": {
"branches": ["main"],
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{ "npmPublish": false }
{
"npmPublish": false
}
],
"@semantic-release/github",
"@semantic-release/git"
Expand Down

0 comments on commit 75d9329

Please sign in to comment.