From fd64c3997ec3afd7e1e42e67f972fe5a1b638852 Mon Sep 17 00:00:00 2001 From: 42proger Date: Thu, 16 May 2024 11:12:35 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3de83c3..c4136e1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Easter Date Calculation +[![NPM Type Definitions](https://img.shields.io/npm/types/easter-date.js)](https://www.npmjs.com/package/easter-date.js) +[![CodeQL](https://github.com/42proger/easter-date.js/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/42proger/easter-date.js/actions/workflows/github-code-scanning/codeql) +[![npm bund#le size](https://img.shields.io/bundlephobia/minzip/easter-date.js)](https://www.npmjs.com/package/easter-date.js) + This project provides two algorithms for calculating the date of Easter in the Western (Catholic and Protestant) and Orthodox calendars. Based on Gauss's Easter algorithm: diff --git a/package.json b/package.json index 86bdeb9..d042a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easter-date.js", - "version": "0.1.1", + "version": "0.1.2", "description": "Calculating the date of Easter based on the Gauss algorithm.", "author": "42proger", "license": "MIT",