mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 16:08:09 -05:00
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-06-11) ### Bug Fixes * add release keyword ([2ca61a0
](https://github.com/jedmao/semantic-release-npm-github-config/commit/2ca61a0)) * use own config ([a7c517d
](https://github.com/jedmao/semantic-release-npm-github-config/commit/a7c517d)) ### Features * initial release ([c818259
](https://github.com/jedmao/semantic-release-npm-github-config/commit/c818259))
This commit is contained in:
parent
a7c517dec7
commit
e5551f7ad6
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
Changelog
|
||||
|
||||
# 1.0.0 (2019-06-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add release keyword ([2ca61a0](https://github.com/jedmao/semantic-release-npm-github-config/commit/2ca61a0))
|
||||
* use own config ([a7c517d](https://github.com/jedmao/semantic-release-npm-github-config/commit/a7c517d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* initial release ([c818259](https://github.com/jedmao/semantic-release-npm-github-config/commit/c818259))
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@jedmao/semantic-release-npm-github-config",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "semantic-release shareable configuration for npm + GitHub",
|
||||
"main": ".releaserc.json",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue