bsb 1.1.4 → 1.1.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba3c4cf0f10d80ff78f0cab29efbf2f63097864dd28bb234e91aa98568fba669
4
- data.tar.gz: 71ef9a2299b7404f2464a2991d02947bfcfc0fdae987225ed4db72a010ab8fbe
3
+ metadata.gz: 25ef4765d434941faeb12d2b8641df62b4d182611310dc648e71f83703e7f49a
4
+ data.tar.gz: 2ff93aa920bfc3786e3a1bcc91912d24ffc2f6eadfc3a2da0987657582dbb70e
5
5
  SHA512:
6
- metadata.gz: c9c800365734fd78d22da296b7023d6bc6996f344fa494b1e726c35e88aac347c86c6756f45abad4a1b51ed3ce1daa5b6eae768aee420b1a9e85a2b3b250b4b0
7
- data.tar.gz: ac19ee796f8685d5b2c442423a5ddf5472dd3ab6e1116d9aa5dc2b8c423ccaa39f75dbb7e656a417e6822187cdbe7e465bd5646777043614feed207f9555d96c
6
+ metadata.gz: 7b394c97f8e9f6e8aa3484564dc4381e3644c04627a4cdcf7824f4ddca6e5b2b334327f32b12bbfa05d2250c40600bcf1fb583b1d7963c828ade4e89130baeab
7
+ data.tar.gz: 14e0eeb88c275275ec704866f0aaca018af913170aece93898dcefc91faf90ab9194fd1551c3469b50b9368e10750a55fc5bf419054029bf43b9420341ab7418
@@ -1 +1 @@
1
- {".":"1.1.4"}
1
+ {".":"1.1.5"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.5](https://github.com/coinjar/bsb/compare/v1.1.4...v1.1.5) (2024-01-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 2024-01-02 periodic update of config/*.json database files. ([#41](https://github.com/coinjar/bsb/issues/41)) ([5cd847f](https://github.com/coinjar/bsb/commit/5cd847f03812bbf4293b482c466b2c40e72188da))
9
+ * skip missing files instead of failing ([#39](https://github.com/coinjar/bsb/issues/39)) ([95f340f](https://github.com/coinjar/bsb/commit/95f340f1396c62a304ce6bde4edad28263ee45e9))
10
+
3
11
  ## [1.1.4](https://github.com/coinjar/bsb/compare/v1.1.3...v1.1.4) (2023-11-09)
4
12
 
5
13