Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2023-11-27)

### Bug Fixes

* use correct entry point for application ([ceac555](ceac555))

### Features

* console logging and opt-in debug logging ([fe6aabf](fe6aabf))
  • Loading branch information
semantic-release-bot committed Nov 27, 2023
1 parent 03e6e05 commit 7af9812
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/Mirasaki/remote-file-access-api/compare/v1.0.4...v1.1.0) (2023-11-27)


### Bug Fixes

* use correct entry point for application ([ceac555](https://github.com/Mirasaki/remote-file-access-api/commit/ceac555c18c997eab813633f7b304f838f69efa1))


### Features

* console logging and opt-in debug logging ([fe6aabf](https://github.com/Mirasaki/remote-file-access-api/commit/fe6aabf84501b0cd60de1e93365ef3d9bc668a01))

## [1.0.4](https://github.com/Mirasaki/remote-file-access-api/compare/v1.0.3...v1.0.4) (2023-11-03)


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": "remote-file-access-api",
"version": "1.0.4",
"version": "1.1.0",
"description": "Allows remote access to local files, directories and JSON databases through a simple configuration file. Minimal set-up, maximum configuration and extendibility",
"main": "dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit 7af9812

Please sign in to comment.