@hestia-earth/glossary 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.2.2](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.2.1...v0.2.2) (2022-03-28)
6
+
7
+
8
+ ### Features
9
+
10
+ * **antibiotic:** add new antibiotics ([b6b892d](https://gitlab.com/hestia-earth/hestia-glossary/commit/b6b892d96a658ccf6e48b2fd3a74cc1eb56d808f)), closes [#129](https://gitlab.com/hestia-earth/hestia-glossary/issues/129)
11
+ * **crop:** add `subClassOf` for hazelnuts ([4e631ac](https://gitlab.com/hestia-earth/hestia-glossary/commit/4e631acf847afd64dcfd87f7a1bd5db8f178e508))
12
+ * **emission:** add `siteTypesAllowed` lookup ([88cf8d5](https://gitlab.com/hestia-earth/hestia-glossary/commit/88cf8d565085e99ff83ef3a01cbefd79f56fe7fa)), closes [#330](https://gitlab.com/hestia-earth/hestia-glossary/issues/330)
13
+ * **region:** index `area` data ([0c492ce](https://gitlab.com/hestia-earth/hestia-glossary/commit/0c492ce4cf8088cecad48619e246ccf11711e773))
14
+ * **resourceUse:** add `siteTypesAllowed` lookup ([f5b2074](https://gitlab.com/hestia-earth/hestia-glossary/commit/f5b20743d6848e35412281c955f96f7f27976ee5)), closes [#330](https://gitlab.com/hestia-earth/hestia-glossary/issues/330)
15
+ * add crop lookup template file ([fcfb9ee](https://gitlab.com/hestia-earth/hestia-glossary/commit/fcfb9ee042bca80f46bc26c707318bc76fa27aef))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **crop:** error in faostat lookups ([cd17a23](https://gitlab.com/hestia-earth/hestia-glossary/commit/cd17a237d4ac0dcdedf74f55ee3749739a2ceac1))
21
+
5
22
  ### [0.2.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.2.0...v0.2.1) (2022-03-15)
6
23
 
7
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {