Skip to content

Commit

Permalink
Merge branch 'main' of github.com:shrouti1507/sanity-test
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Jan 4, 2023
2 parents 67ee9ad + 332e48f commit 22e62d1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.4.5 (2023-01-04)


### Bug Fixes

* **remove:** remove ([899f431](https://github.com/shrouti1507/sanity-test/commit/899f431e46ec63782400ec67394e6586092487e2))

### 1.4.4 (2023-01-04)


### Bug Fixes

* **test:** hotfixing ([a7acfe7](https://github.com/shrouti1507/sanity-test/commit/a7acfe7b67e6562fd5bf24fa428485426fc7e4db))

### 1.4.3 (2023-01-04)


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": "sanity-test",
"version": "1.4.3",
"version": "1.4.5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions test-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ let check = 'checking';
let abc = 2;
let hello = 'abcd';


0 comments on commit 22e62d1

Please sign in to comment.