Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - conventional-github-releaser@3.1.3
 - conventional-gitlab-releaser@4.0.1
 - conventional-tidelift-releaser@1.0.0
  • Loading branch information
hutson committed Jun 3, 2019
1 parent db3f175 commit b70d410
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/conventional-github-releaser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.1.3"></a>
## [3.1.3](https://github.com/conventional-changelog/releaser-tools/compare/conventional-github-releaser@3.1.2...conventional-github-releaser@3.1.3) (2019-06-03)




**Note:** Version bump only for package conventional-github-releaser

<a name="3.1.2"></a>
## [3.1.2](https://github.com/conventional-changelog/releaser-tools/compare/conventional-github-releaser@3.1.1...conventional-github-releaser@3.1.2) (2018-06-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-github-releaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scripts": {
"test": "eslint --fix src/ && nyc --all --cache --include=src/ --exclude=src/cli.js --exclude=src/**/*.spec.js --exclude=src/**/*.mocks.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js"
},
"version": "3.1.2",
"version": "3.1.3",
"dependencies": {
"conventional-changelog": "^2.0.0",
"dateformat": "^3.0.0",
Expand Down
12 changes: 10 additions & 2 deletions packages/conventional-gitlab-releaser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.0"></a>
<a name="4.0.1"></a>
## [4.0.1](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@4.0.0...conventional-gitlab-releaser@4.0.1) (2019-06-03)




**Note:** Version bump only for package conventional-gitlab-releaser

<a name="4.0.0"></a>
# [4.0.0](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@3.2.0...conventional-gitlab-releaser@4.0.0) (2018-09-23)


Expand Down Expand Up @@ -38,7 +46,7 @@ preset: 'angular'



<a name="3.2.0"></a>
<a name="3.2.0"></a>
# [3.2.0](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@3.1.1...conventional-gitlab-releaser@3.2.0) (2018-06-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-gitlab-releaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scripts": {
"test": "eslint --fix src/ && nyc --all --cache --include=src/ --exclude=src/cli.js --exclude=src/**/*.spec.js --exclude=src/**/*.mocks.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js"
},
"version": "4.0.0",
"version": "4.0.1",
"dependencies": {
"conventional-changelog": "^2.0.0",
"dateformat": "^3.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/conventional-tidelift-releaser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0"></a>
# 1.0.0 (2019-06-03)


### Features

* **tidelift:** support publishing release notes to Tidelift ([4406d5b](https://github.com/conventional-changelog/releaser-tools/commit/4406d5b))

0 comments on commit b70d410

Please sign in to comment.