Skip to content

Commit

Permalink
Merge pull request #2 from shgysk8zer0/bug/badges
Browse files Browse the repository at this point in the history
Fix badges in README
  • Loading branch information
shgysk8zer0 committed Sep 25, 2023
2 parents 43210d1 + 6a01382 commit 7b33423
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.1] - 2023-09-24

### Fixed
- Update badges in README

## [v1.0.0] - 2023-09-24

Initial Release
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is nothing special. It's just a bunch of commonly used and useful constants
Why? Because I kept defining constants in different projects for the same things,
so decided to just do it once and avoid repeating myself.

[![CodeQL](https://github.com/shgysk8zer0/node-http/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/shgysk8zer0/http/actions/workflows/codeql-analysis.yml)
[![CodeQL](https://github.com/shgysk8zer0/node-http/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/shgysk8zer0/consts/actions/workflows/codeql-analysis.yml)
![Node CI](https://github.com/shgysk8zer0/node-http/workflows/Node%20CI/badge.svg)
![Lint Code Base](https://github.com/shgysk8zer0/node-http/workflows/Lint%20Code%20Base/badge.svg)

Expand All @@ -15,10 +15,10 @@ so decided to just do it once and avoid repeating myself.
[![GitHub release](https://img.shields.io/github/release/shgysk8zer0/node-http?logo=github)](https://github.com/shgysk8zer0/node-http/releases)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/shgysk8zer0?logo=github)](https://github.com/sponsors/shgysk8zer0)

[![npm](https://img.shields.io/npm/v/@shgysk8zer0/http)](https://www.npmjs.com/package/@shgysk8zer0/http)
![node-current](https://img.shields.io/node/v/@shgysk8zer0/http)
![npm bundle size gzipped](https://img.shields.io/bundlephobia/minzip/@shgysk8zer0/http)
[![npm](https://img.shields.io/npm/dw/@shgysk8zer0/http?logo=npm)](https://www.npmjs.com/package/@shgysk8zer0/http)
[![npm](https://img.shields.io/npm/v/@shgysk8zer0/consts)](https://www.npmjs.com/package/@shgysk8zer0/consts)
![node-current](https://img.shields.io/node/v/@shgysk8zer0/consts)
![npm bundle size gzipped](https://img.shields.io/bundlephobia/minzip/@shgysk8zer0/consts)
[![npm](https://img.shields.io/npm/dw/@shgysk8zer0/consts?logo=npm)](https://www.npmjs.com/package/@shgysk8zer0/consts)

[![GitHub followers](https://img.shields.io/github/followers/shgysk8zer0.svg?style=social)](https://github.com/shgysk8zer0)
![GitHub forks](https://img.shields.io/github/forks/shgysk8zer0/node-http.svg?style=social)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shgysk8zer0/consts",
"version": "1.0.0",
"version": "1.0.1",
"description": "A collection of constants for files, HTTP, dates, etc.",
"type": "module",
"exports": {
Expand Down

0 comments on commit 7b33423

Please sign in to comment.