Skip to content

Commit

Permalink
chore(main): release esconfig 0.10.9 (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 12, 2024
1 parent e186100 commit 1f4613a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.8"
".": "0.10.9"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [0.10.9](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.10.8...esconfig-v0.10.9) (2024-09-12)


### Features

* **deps:** upgrade all ([d99b8d6](https://github.com/nihalgonsalves/esconfig/commit/d99b8d6bd7d9c1f30f3f83a4235f737864f4bf38))
* **ts:** turn on noUncheckedSideEffectImports ([e186100](https://github.com/nihalgonsalves/esconfig/commit/e18610056a5d52ae8a5288a80d73b538c34799d7))

## [0.10.8](https://github.com/nihalgonsalves/esconfig/compare/esconfig-v0.10.7...esconfig-v0.10.8) (2024-09-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nihalgonsalves/esconfig",
"version": "0.10.8",
"version": "0.10.9",
"description": "Shared ECMAScript Config (TS, Lint, Prettier)",
"main": "index.js",
"repository": "git@github.com:nihalgonsalves/esconfig.git",
Expand Down

0 comments on commit 1f4613a

Please sign in to comment.