mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 08:30:42 -05:00
chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/jedmao/semantic-release-npm-github-config/compare/v1.0.1...v1.0.2) (2019-06-11)
### Bug Fixes
* add # before Changelog title ([9c6dd04
](https://github.com/jedmao/semantic-release-npm-github-config/commit/9c6dd04))
This commit is contained in:
parent
9c6dd0499d
commit
a5117f304a
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [1.0.2](https://github.com/jedmao/semantic-release-npm-github-config/compare/v1.0.1...v1.0.2) (2019-06-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add # before Changelog title ([9c6dd04](https://github.com/jedmao/semantic-release-npm-github-config/commit/9c6dd04))
|
||||
|
||||
## [1.0.1](https://github.com/jedmao/semantic-release-npm-github-config/compare/v1.0.0...v1.0.1) (2019-06-11)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@jedmao/semantic-release-npm-github-config",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "semantic-release shareable configuration for npm + GitHub",
|
||||
"main": ".releaserc.json",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue