Skip to content

Commit

Permalink
📝 Added useful badges to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-rocska committed Sep 7, 2024
1 parent a72fe67 commit af9b674
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
[![NPM Version](https://img.shields.io/npm/v/@adam-rocska/invertible.svg)](https://www.npmjs.com/package/@adam-rocska/invertible)
[![License](https://img.shields.io/npm/l/@adam-rocska/invertible)](https://github.com/adam-rocska/invertible-typescript/blob/master/LICENSE)

| Aspect | Badge |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Minified | [![Minified](https://badgen.net/bundlephobia/min/@adam-rocska/invertible)](https://bundlephobia.com/package/@adam-rocska/invertible) |
| Minified + gzip | [![Minified + gzip](https://badgen.net/bundlephobia/minzip/@adam-rocska/invertible)](https://bundlephobia.com/package/@adam-rocska/invertible) |
| Dependency Count | [![Dependency Count](https://badgen.net/bundlephobia/dependency-count/@adam-rocska/invertible)](https://bundlephobia.com/package/@adam-rocska/invertible) |
| Tree-shaking Support | [![Tree-shaking Support](https://badgen.net/bundlephobia/tree-shaking/@adam-rocska/invertible)](https://bundlephobia.com/package/@adam-rocska/invertible) |

A library for creating and managing invertible functions and type-safe pipelines in TypeScript.

## Installation
Expand Down
8 changes: 2 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# 1.1.2

Dependency upgrade and funding notice mainly.
# 1.1.3

## Patch Changes

- `pnpm upgrade` for housekeeping.
- Added funding notice to `package.json`.
- Added `collectCoverage` to jest.
- Added useful badges to the README.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adam-rocska/invertible",
"version": "1.1.2",
"version": "1.1.3",
"description": "A library for creating and managing invertible functions and type-safe pipelines in TypeScript.",
"keywords": [
"invertible",
Expand Down

0 comments on commit af9b674

Please sign in to comment.