Skip to content

Commit a81fef7

Browse files
chore: release 3.0.0 (#408)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 0b15cbf commit a81fef7

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.0.0](https://www.github.com/netlify/plugins/compare/v2.21.0...v3.0.0) (2021-08-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* expose `pluginsUrl` (#407)
9+
10+
### Features
11+
12+
* document `plugins.json` syntax versioning ([#398](https://www.github.com/netlify/plugins/issues/398)) ([e1d1727](https://www.github.com/netlify/plugins/commit/e1d1727e9bc4231ebcc3f81213e36df53a9724cd))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* expose `pluginsUrl` ([#407](https://www.github.com/netlify/plugins/issues/407)) ([0b15cbf](https://www.github.com/netlify/plugins/commit/0b15cbf286882129988ff49bf01524973962750d))
18+
319
## [2.21.0](https://www.github.com/netlify/plugins/compare/v2.20.0...v2.21.0) (2021-07-29)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugins-list",
3-
"version": "2.21.0",
3+
"version": "3.0.0",
44
"description": "List of Netlify plugins",
55
"main": "site/plugins.json",
66
"files": [],

0 commit comments

Comments
 (0)