@hestia-earth/glossary 0.2.0 → 0.2.1

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 +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
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.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.2.0...v0.2.1) (2022-03-15)
6
+
7
+
8
+ ### Features
9
+
10
+ * **building:** add `infrastructure, unspecified` ([d0437d7](https://gitlab.com/hestia-earth/hestia-glossary/commit/d0437d772d792a7b9855aea7fa2b30d8a02a6c57))
11
+ * **crop:** update dry matter, rooting depth and seed rate ([d03d152](https://gitlab.com/hestia-earth/hestia-glossary/commit/d03d152a8d6c8733a27f77f6328d2e73d6b3776c))
12
+ * **crop:** update lookups for mushroom ([9b0f88b](https://gitlab.com/hestia-earth/hestia-glossary/commit/9b0f88bd91b37995de0ff101bcfc1923c8d0ab79))
13
+ * **material:** add `material, depreciated amount per cycle` terms ([ccf642b](https://gitlab.com/hestia-earth/hestia-glossary/commit/ccf642bdf55230003a1033983622f6d18c34586a)), closes [#285](https://gitlab.com/hestia-earth/hestia-glossary/issues/285)
14
+ * **measurement:** add earthworm counts ([e0ddbaa](https://gitlab.com/hestia-earth/hestia-glossary/commit/e0ddbaaa737b046b64da263be7cb834b5097e04e)), closes [#112](https://gitlab.com/hestia-earth/hestia-glossary/issues/112)
15
+ * **region:** add animal product average carcass weight lookup ([715a83e](https://gitlab.com/hestia-earth/hestia-glossary/commit/715a83ede90bc737ebd2c545ea30f8cd2d4b2642))
16
+ * **region:** generate continent data for crop Faostart yield ([2ead1c6](https://gitlab.com/hestia-earth/hestia-glossary/commit/2ead1c620e4f8d6ab86497a5d0e920da962f3cfb))
17
+ * **region:** replace `Commune` by `Comune` in Italia regions ([e1a2d95](https://gitlab.com/hestia-earth/hestia-glossary/commit/e1a2d952e6fb7b560b3a5115f96bad9ce94fa06d))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **crop:** error in FAOStat production linkage ([83b3a38](https://gitlab.com/hestia-earth/hestia-glossary/commit/83b3a385440603169b6cbdeca4aff5c62b3bde2f))
23
+ * **region lookup:** error in conveyancing factors ([66ef6e1](https://gitlab.com/hestia-earth/hestia-glossary/commit/66ef6e12b025961b3007af2023192eb52c9e9f20)), closes [#320](https://gitlab.com/hestia-earth/hestia-glossary/issues/320)
24
+ * **region:** fix lowercase id on `Western Asia` ([c333b79](https://gitlab.com/hestia-earth/hestia-glossary/commit/c333b79a295002a7e1675eac3cad2ca02657875b))
25
+ * **region:** replace `nan` values with `-` in ecoregion lookup ([e81edda](https://gitlab.com/hestia-earth/hestia-glossary/commit/e81edda8f046b6e7cee9c4ac0486e62468042c77))
26
+
5
27
  ## [0.2.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.1.2...v0.2.0) (2022-02-22)
6
28
 
7
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {