Skip to content

Commit 51fc101

Browse files
committed
1 parent 2590b2c commit 51fc101

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed

packages/conventional-github-releaser/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.1.5"></a>
7+
## [3.1.5](https://github.com/conventional-changelog/releaser-tools/compare/conventional-github-releaser@[email protected]) (2020-07-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package conventional-github-releaser
13+
614
<a name="3.1.3"></a>
715
## [3.1.3](https://github.com/conventional-changelog/releaser-tools/compare/conventional-github-releaser@[email protected]) (2019-06-03)
816

packages/conventional-github-releaser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"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"
3636
},
37-
"version": "3.1.4",
37+
"version": "3.1.5",
3838
"dependencies": {
3939
"conventional-changelog": "^2.0.0",
4040
"dateformat": "^3.0.0",

packages/conventional-gitlab-releaser/CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
<a name="4.0.1"></a>
6+
<a name="4.0.3"></a>
7+
## [4.0.3](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@[email protected]) (2020-07-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package conventional-gitlab-releaser
13+
14+
<a name="4.0.1"></a>
715
## [4.0.1](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@[email protected]) (2019-06-03)
816

917

1018

1119

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

14-
<a name="4.0.0"></a>
22+
<a name="4.0.0"></a>
1523
# [4.0.0](https://github.com/conventional-changelog/releaser-tools/compare/conventional-gitlab-releaser@[email protected]) (2018-09-23)
1624

1725

packages/conventional-gitlab-releaser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"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"
3636
},
37-
"version": "4.0.2",
37+
"version": "4.0.3",
3838
"dependencies": {
3939
"conventional-changelog": "^2.0.0",
4040
"dateformat": "^3.0.0",

packages/conventional-tidelift-releaser/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.2"></a>
7+
## [1.0.2](https://github.com/conventional-changelog/releaser-tools/compare/conventional-tidelift-releaser@[email protected]) (2020-07-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package conventional-tidelift-releaser
13+
614
<a name="1.0.0"></a>
715
# 1.0.0 (2019-06-03)
816

packages/conventional-tidelift-releaser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"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"
3333
},
34-
"version": "1.0.1",
34+
"version": "1.0.2",
3535
"dependencies": {
3636
"conventional-changelog": "^2.0.0",
3737
"conventional-changelog-conventionalcommits": "^3.0.2",

0 commit comments

Comments
 (0)