Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - conventional-github-releaser@3.1.5
 - conventional-gitlab-releaser@4.0.3
 - conventional-tidelift-releaser@1.0.2
  • Loading branch information
hutson committed Jul 5, 2020
1 parent 2590b2c commit 51fc101
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 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.5"></a>
## [3.1.5](https://github.com/conventional-changelog/releaser-tools/compare/conventional-github-releaser@3.1.4...conventional-github-releaser@3.1.5) (2020-07-05)




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

<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)

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.4",
"version": "3.1.5",
"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,15 +3,23 @@
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.1"></a>
<a name="4.0.3"></a>
## [4.0.3](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@4.0.2...conventional-gitlab-releaser@4.0.3) (2020-07-05)




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

<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>
<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
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.2",
"version": "4.0.3",
"dependencies": {
"conventional-changelog": "^2.0.0",
"dateformat": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/conventional-tidelift-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="1.0.2"></a>
## [1.0.2](https://github.com/conventional-changelog/releaser-tools/compare/conventional-tidelift-releaser@1.0.1...conventional-tidelift-releaser@1.0.2) (2020-07-05)




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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-tidelift-releaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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": "1.0.1",
"version": "1.0.2",
"dependencies": {
"conventional-changelog": "^2.0.0",
"conventional-changelog-conventionalcommits": "^3.0.2",
Expand Down

0 comments on commit 51fc101

Please sign in to comment.