Skip to content

Commit

Permalink
Merge pull request #68 from opensource-nepal/release-please--branches…
Browse files Browse the repository at this point in the history
…--main--components--nepali-datetime

chore: release v1.1.2
  • Loading branch information
aj3sh authored Oct 4, 2023
2 parents dec6a42 + 582c3c7 commit ffcce2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [1.1.2](https://github.com/opensource-nepal/node-nepali-datetime/compare/v1.1.1...v1.1.2) (2023-10-03)


### Bug Fixes

* fixed AM/PM formatting issue of noon ([57091bc](https://github.com/opensource-nepal/node-nepali-datetime/commit/57091bc817f275e07627a0388382f7402f44baff))

## 1.1.1

- Updated NepaliDate members to private.
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": "nepali-datetime",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Node project designed to support native JavaScript-like features for Nepali dates. It includes features such as 'NepaliDate' for Nepali date support and 'dateConverter' for date conversions.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit ffcce2a

Please sign in to comment.