diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa08729..33c0ec8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
+
+# [1.1.0](https://github.com/evocateur/pectin/compare/v1.0.0...v1.1.0) (2018-10-03)
+
+
+### Features
+
+* **pectin-api:** Use [@lerna](https://github.com/lerna)/project static method to locate packages ([64f98e3](https://github.com/evocateur/pectin/commit/64f98e3))
+
+
+
+
+
# 1.0.0 (2018-08-31)
diff --git a/lerna.json b/lerna.json
index 6fabfdf..c4c158a 100644
--- a/lerna.json
+++ b/lerna.json
@@ -15,5 +15,5 @@
"packages": [
"packages/*"
],
- "version": "1.0.0"
+ "version": "1.1.0"
}
diff --git a/packages/pectin-api/CHANGELOG.md b/packages/pectin-api/CHANGELOG.md
index aa08729..33c0ec8 100644
--- a/packages/pectin-api/CHANGELOG.md
+++ b/packages/pectin-api/CHANGELOG.md
@@ -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.
+
+# [1.1.0](https://github.com/evocateur/pectin/compare/v1.0.0...v1.1.0) (2018-10-03)
+
+
+### Features
+
+* **pectin-api:** Use [@lerna](https://github.com/lerna)/project static method to locate packages ([64f98e3](https://github.com/evocateur/pectin/commit/64f98e3))
+
+
+
+
+
# 1.0.0 (2018-08-31)
diff --git a/packages/pectin-api/package.json b/packages/pectin-api/package.json
index 622f711..4335961 100644
--- a/packages/pectin-api/package.json
+++ b/packages/pectin-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@pectin/api",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Conventional rollup builds for lerna monorepos",
"keywords": [
"rollup",
diff --git a/packages/pectin-cli/CHANGELOG.md b/packages/pectin-cli/CHANGELOG.md
index aa08729..d1370a6 100644
--- a/packages/pectin-cli/CHANGELOG.md
+++ b/packages/pectin-cli/CHANGELOG.md
@@ -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.
+
+# [1.1.0](https://github.com/evocateur/pectin/compare/v1.0.0...v1.1.0) (2018-10-03)
+
+**Note:** Version bump only for package @pectin/cli
+
+
+
+
+
# 1.0.0 (2018-08-31)
diff --git a/packages/pectin-cli/package.json b/packages/pectin-cli/package.json
index 2356489..7cace07 100644
--- a/packages/pectin-cli/package.json
+++ b/packages/pectin-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@pectin/cli",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Lightweight CLI for running convention-based rollup builds in lerna monorepos",
"keywords": [
"rollup",