Skip to content

Commit

Permalink
Merge pull request #33 from shrouti1507/release/1.4.1
Browse files Browse the repository at this point in the history
chore(release): pull release/1.4.1 into main
  • Loading branch information
shrouti1507 authored Jan 4, 2023
2 parents 2ca12d7 + 72b69a7 commit 191911d
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.4.1 (2023-01-04)


### Bug Fixes

* **check:** fix var ([20b71a0](https://github.com/shrouti1507/sanity-test/commit/20b71a092ad28f5e3d662401d497818f9c190555))

## 1.4.0 (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.0",
"version": "1.4.1",
"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 @@ -5,4 +5,4 @@ let hello = 'abcd';
let newDev = '123';
let abcd = 'test';
let newThings = 'abcs';
let dev = 'abc';
let devs = 'abc';

0 comments on commit 191911d

Please sign in to comment.