Skip to content

Commit

Permalink
chore(release): publish v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Sep 14, 2018
1 parent 65fc603 commit cd5a8fa
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.4.0"></a>
# [3.4.0](https://github.com/lerna/lerna/compare/v3.3.2...v3.4.0) (2018-09-14)


### Features

* **publish:** Use APIs for validation queries instead of CLI ([65fc603](https://github.com/lerna/lerna/commit/65fc603))





<a name="3.3.2"></a>
## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12)

Expand Down
12 changes: 12 additions & 0 deletions commands/publish/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.4.0"></a>
# [3.4.0](https://github.com/lerna/lerna/compare/v3.3.2...v3.4.0) (2018-09-14)


### Features

* **publish:** Use APIs for validation queries instead of CLI ([65fc603](https://github.com/lerna/lerna/commit/65fc603))





<a name="3.3.2"></a>
## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12)

Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/publish",
"version": "3.3.2",
"version": "3.4.0",
"description": "Publish packages in the current project",
"keywords": [
"lerna",
Expand Down
9 changes: 9 additions & 0 deletions core/lerna/CHANGELOG.md
Expand Up @@ -3,6 +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="3.4.0"></a>
# [3.4.0](https://github.com/lerna/lerna/compare/v3.3.2...v3.4.0) (2018-09-14)

**Note:** Version bump only for package lerna





<a name="3.3.2"></a>
## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12)

Expand Down
2 changes: 1 addition & 1 deletion core/lerna/package.json
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "3.3.2",
"version": "3.4.0",
"description": "A tool for managing JavaScript projects with multiple packages.",
"keywords": [
"lerna",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -21,5 +21,5 @@
"**/__tests__/**",
"**/*.md"
],
"version": "3.3.2"
"version": "3.4.0"
}

0 comments on commit cd5a8fa

Please sign in to comment.