jedison 1.21.0 → 1.21.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ### Unreleased
2
2
 
3
+ ### 1.21.1
4
+
5
+ - security updates
6
+
3
7
  ### 1.21.0
4
8
 
5
9
  - Fixed issue #70: `dist` now rebuilds on version bump and before publish, so `Jedison.version` matches the package version
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
1
  [![Tests](https://github.com/germanbisurgi/jedison/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/germanbisurgi/jedison/actions/workflows/main.yml)
2
+ [![npm version](https://img.shields.io/npm/v/jedison)](https://www.npmjs.com/package/jedison)
3
+ [![npm downloads](https://img.shields.io/npm/dm/jedison)](https://www.npmjs.com/package/jedison)
4
+ [![bundle size](https://img.shields.io/bundlephobia/minzip/jedison)](https://bundlephobia.com/package/jedison)
5
+ [![dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)](https://www.npmjs.com/package/jedison?activeTab=dependencies)
6
+ [![license](https://img.shields.io/npm/l/jedison)](https://github.com/germanbisurgi/jedison/blob/main/LICENSE)
2
7
 
3
8
  # Jedison
4
9