Skip to content

Commit

Permalink
chore(release): 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 6, 2022
1 parent 491a361 commit 8756ea3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions packages/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @app-config-ts/json [1.0.6](https://github.com/jbw/app-config-ts/compare/@app-config-ts/json@1.0.5...@app-config-ts/json@1.0.6) (2022-10-06)


### Bug Fixes

* use bath path when provided ([e9ccae9](https://github.com/jbw/app-config-ts/commit/e9ccae9f2d2c6954d9bfa1bf8d8adfef3a1e8a34))





### Dependencies

* **@app-config-ts/core:** upgraded to 1.0.7

## @app-config-ts/json [1.0.6-alpha.1](https://github.com/jbw/app-config-ts/compare/@app-config-ts/json@1.0.5...@app-config-ts/json@1.0.6-alpha.1) (2022-10-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@app-config-ts/json",
"version": "1.0.6-alpha.1",
"version": "1.0.6",
"description": "JSON extension for @app-config-ts",
"homepage": "https://github.com/jbw/app-config-ts",
"author": "Jason Watson <hi@jbw.codes>",
Expand All @@ -23,10 +23,10 @@
},
"main": "dist/index.js",
"devDependencies": {
"@app-config-ts/core": "1.0.7-alpha.1"
"@app-config-ts/core": "1.0.7"
},
"peerDependencies": {
"@app-config-ts/core": "1.0.7-alpha.1"
"@app-config-ts/core": "1.0.7"
},
"files": [
"dist/**",
Expand Down

0 comments on commit 8756ea3

Please sign in to comment.