Skip to content

Commit 2959229

Browse files
chore: release docs-builder 1.0.2 (#13)
1 parent 7f0655c commit 2959229

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/docs-builder":"1.0.1"}
1+
{"packages/docs-builder":"1.0.2"}

packages/docs-builder/CHANGELOG.md

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

3+
## [1.0.2](https://github.com/climateinteractive/docs-builder/compare/docs-builder-v1.0.1...docs-builder-v1.0.2) (2023-02-07)
4+
5+
6+
### Bug Fixes
7+
8+
* downgrade to puppeteer 18.x to workaround cache issue ([#19](https://github.com/climateinteractive/docs-builder/issues/19)) ([14b4ed5](https://github.com/climateinteractive/docs-builder/commit/14b4ed5654b9804b7a7e474064df5fdeaf3633f6)), closes [#18](https://github.com/climateinteractive/docs-builder/issues/18)
9+
* treat trailing spaces (line break) as an error ([#21](https://github.com/climateinteractive/docs-builder/issues/21)) ([7f0655c](https://github.com/climateinteractive/docs-builder/commit/7f0655c6b1b65dbae574c82fc47fc986af1b1a84)), closes [#16](https://github.com/climateinteractive/docs-builder/issues/16)
10+
* upgrade puppeteer to 19.6.2 ([#12](https://github.com/climateinteractive/docs-builder/issues/12)) ([22ce42a](https://github.com/climateinteractive/docs-builder/commit/22ce42a2961a1965b1ad802eaa4631c652358889)), closes [#11](https://github.com/climateinteractive/docs-builder/issues/11)
11+
* use scoped error messages in more places ([#17](https://github.com/climateinteractive/docs-builder/issues/17)) ([ec51a76](https://github.com/climateinteractive/docs-builder/commit/ec51a7650e80c8bb04c31acda906b2473a88ecce)), closes [#15](https://github.com/climateinteractive/docs-builder/issues/15)
12+
313
## [1.0.1](https://github.com/climateinteractive/docs-builder/compare/docs-builder-v1.0.0...docs-builder-v1.0.1) (2023-01-30)
414

515

packages/docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@climateinteractive/docs-builder",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"files": [
55
"bin/**",
66
"dist/**"

0 commit comments

Comments
 (0)