We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7028a0c commit 2209d55Copy full SHA for 2209d55
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
-## 0.8.1 - 2021-08-25
+## 0.8.2 - 2021-10-26
4
+
5
+### Fixed
6
7
+- Fixed broken distribution on `npm`/`unpkg.com` for last release.
8
+ [#509](https://github.com/executablebooks/thebe/issues/509)
9
10
+## 0.8.1 - 2021-10-25
11
12
### Fixed
13
@@ -17,6 +24,7 @@
17
24
- Latest version of Thebe is built and used in the documentation and in local development builds.
18
25
[#285](https://github.com/executablebooks/thebe/issues/285)
19
26
- Improved and updated examples in the documentation
27
+- `yarn install` no longer builds the library automatically, `yarn build` or `yarn build:prod` should be called explicitly.
20
28
21
29
## 0.8.0 - 2021-08-16
22
30
0 commit comments