Skip to content

Commit

Permalink
chore(release): 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2020-10-08)

### Bug Fixes

* **version:** fix change-db.js to write releases correctly ([baa12b7](baa12b7))
* **version:** version command prints version notes nicely ([5e92911](5e92911))
  • Loading branch information
semantic-release-bot committed Oct 8, 2020
1 parent 5e92911 commit 61c147f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 28 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.3.2](https://github.com/8Mobius8/high-council-bot/compare/v1.3.1...v1.3.2) (2020-10-08)


### Bug Fixes

* **version:** fix change-db.js to write releases correctly ([baa12b7](https://github.com/8Mobius8/high-council-bot/commit/baa12b72980652ccdcec9cb0b59d347b496a3d6a))
* **version:** version command prints version notes nicely ([5e92911](https://github.com/8Mobius8/high-council-bot/commit/5e92911429819378ad69eee47ffd0ab9d3212fed))

## [1.3.1](https://github.com/8Mobius8/high-council-bot/compare/v1.3.0...v1.3.1) (2020-10-05)


Expand Down
27 changes: 1 addition & 26 deletions commands/versions.json
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
{
"releases": [
{
"name": "GitHub release",
"url": "https://github.com/me/my-package/releases/tag/v1.1.0",
"type": "minor",
"gitHead": "68eb2c4d778050b0701136ca129f837d7ed494d2",
"version": "1.2.2",
"gitTag": "v1.1.0",
"notes": "Release notes for version 1.1.0...",
"pluginName": "@semantic-release/github",
"channel": "next"
},
{
"name": "npm package (@latest dist-tag)",
"url": "https://www.npmjs.com/package/my-package",
"type": "minor",
"gitHead": "68eb2c4d778050b0701136ca129f837d7ed494d2",
"version": "1.1.0",
"gitTag": "v1.1.0",
"notes": "Release notes for version 1.1.0...",
"pluginName": "@semantic-release/npm",
"channel": "next"
}
]
}
[{"version":"1.3.2","date":"2020-10-08","url":"https://github.com/8Mobius8/high-council-bot/compare/v1.3.1...v1.3.2","sections":[{"name":"Bug Fixes","notes":"* **version:** fix change-db.js to write releases correctly ([baa12b7](https://github.com/8Mobius8/high-council-bot/commit/baa12b72980652ccdcec9cb0b59d347b496a3d6a))\n* **version:** version command prints version notes nicely ([5e92911](https://github.com/8Mobius8/high-council-bot/commit/5e92911429819378ad69eee47ffd0ab9d3212fed))\n"}]},{"version":"1.3.1","date":"2020-10-05","url":"https://github.com/8Mobius8/high-council-bot/compare/v1.3.0...v1.3.1","sections":[{"name":"Bug Fixes","notes":"* **version:** print argument when running script ([50f15f2](https://github.com/8Mobius8/high-council-bot/commit/50f15f22552085004d6620d9432f5b816c1bba00))\n"}]},{"version":"1.3.0","date":"2020-10-04","url":"https://github.com/8Mobius8/high-council-bot/compare/v1.2.2...v1.3.0","sections":[{"name":"Features","notes":"* **version:** auto update versiondb for version cmd ([2fc91a2](https://github.com/8Mobius8/high-council-bot/commit/2fc91a2cceed855aa8cc9e1a1f9b308931827a63))\n"}]},{"version":"1.2.2","date":"2020-10-04","url":"https://github.com/8Mobius8/high-council-bot/compare/v1.2.1...v1.2.2","sections":[{"name":"Bug Fixes","notes":"* **version:** version uses updated package.json version ([c9d3e7d](https://github.com/8Mobius8/high-council-bot/commit/c9d3e7d9c832acfdda95c8642e6d5ae9096fce9d))\n"}]},{"version":"1.2.1","date":"2020-10-03","url":"https://github.com/8Mobius8/high-council-bot/compare/v1.2.0...v1.2.1","sections":[{"name":"Bug Fixes","notes":"* **petition:** change cooldown to 30 seconds ([e1950be](https://github.com/8Mobius8/high-council-bot/commit/e1950be9d726044b571b615266198bce2396f219))\n"}]}]
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "high-council-bot",
"version": "1.3.1",
"version": "1.3.2",
"versionName": "bit",
"private": true,
"description": "Some discord friends said I needed to automate role assignment. So did.",
Expand Down Expand Up @@ -75,4 +75,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 61c147f

Please sign in to comment.