Skip to content

Commit

Permalink
chore(release): pull hotfix-release/1.2.9 into main (#33)
Browse files Browse the repository at this point in the history
* fix(punctual): new things (#32)

* chore(release): 1.2.9

Co-authored-by: shrouti1507 <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored Jan 2, 2023
1 parent d84389b commit 864d3d1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.2.9 (2023-01-02)


### Bug Fixes

* **punctual:** new things ([#32](https://github.com/shrouti1507/ShroutiGangopadhyay/issues/32)) ([31c264b](https://github.com/shrouti1507/ShroutiGangopadhyay/commit/31c264b63b2468f432d54531a13e29f389e9de85))

### 1.2.8 (2023-01-02)


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": "shroutigangopadhyay",
"version": "1.2.8",
"version": "1.2.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ let newCheck = 'new checking';
let love = 'love new changes';
let checknew = 'new';
let check = 'new check'
let lastest = 'lastest check'
let lastest = 'lastest check';

0 comments on commit 864d3d1

Please sign in to comment.