Skip to content

Commit

Permalink
chore(release): 1.0.4 [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 4, 2023
1 parent 0deb85a commit c057378
Show file tree
Hide file tree
Showing 3 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.0.4 (2023-12-04)


### Continuous Integration

* ensure husky is skipped during GitHub Action runs ([0deb85a](https://github.com/indeedeng/react-singleton-context/commit/0deb85adf19be1d6d60b17ab12de2a2c044986de))

### 1.0.3 (2023-11-09)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-singleton-context",
"version": "1.0.3",
"version": "1.0.4",
"description": "A small library designed to register and return singletonized React contexts",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -85,4 +85,4 @@
"npm run lint:fix"
]
}
}
}

0 comments on commit c057378

Please sign in to comment.