@complat/chemotion-converter-client 0.11.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.12.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.11.0...v0.12.0) (2024-09-25)
2
+
3
+ * chore: Update to bootstrap 5.3, react-bootstrap 2.10 (#67) ([af24306](https://github.com/ComPlat/chemotion-converter-client/commit/af24306)), closes [#67](https://github.com/ComPlat/chemotion-converter-client/issues/67)
4
+
1
5
  ## [0.11.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.10.0...v0.11.0) (2024-09-20)
2
6
 
3
7
  * build: Add building bundle for use as an npm dependency ([3e641a5](https://github.com/ComPlat/chemotion-converter-client/commit/3e641a5))
package/README.md CHANGED
@@ -6,7 +6,7 @@ React client for the [converter-app](https://github.com/ComPlat/chemotion-conver
6
6
  Development setup
7
7
  -----------------
8
8
 
9
- We recomment to use the [nove version manager](https://github.com/nvm-sh/nvm) to install node.js and npm:
9
+ We recomment to use the [node version manager](https://github.com/nvm-sh/nvm) to install node.js and npm:
10
10
 
11
11
  ```bash
12
12
  curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash