Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit fd0fa4b

Browse files
chore: release 10.0.0 (#591)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 1432f34 commit fd0fa4b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [10.0.0](https://www.github.com/netlify/js-client/compare/v9.0.0...v10.0.0) (2021-11-30)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* remove webpack build (#589)
16+
* use pure ES modules (#590)
17+
18+
### Miscellaneous Chores
19+
20+
* remove webpack build ([#589](https://www.github.com/netlify/js-client/issues/589)) ([1432f34](https://www.github.com/netlify/js-client/commit/1432f3469af0e1ffb31c07e3e6363eaee23f36e8))
21+
* use pure ES modules ([#590](https://www.github.com/netlify/js-client/issues/590)) ([ba87fb6](https://www.github.com/netlify/js-client/commit/ba87fb616eea531914ed1c009444f8a3cf09cb69))
22+
1023
## [9.0.0](https://www.github.com/netlify/js-client/compare/v8.0.4...v9.0.0) (2021-11-24)
1124

1225

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,7 +1,7 @@
11
{
22
"name": "netlify",
33
"description": "Netlify Node.js API client",
4-
"version": "9.0.0",
4+
"version": "10.0.0",
55
"type": "module",
66
"files": [
77
"src/**/*.js",

0 commit comments

Comments
 (0)