Skip to content

Commit

Permalink
chore(release): 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 8025fee commit d7f4409
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
@@ -1,5 +1,12 @@
# Change Log

## [6.1.1](https://github.com/mamillastre/capacitor-environment/compare/v6.1.0...v6.1.1) (2024-12-20)


### Bug Fixes

* **copy:** fix the capacitor copy hook on windows ([8025fee](https://github.com/mamillastre/capacitor-environment/commit/8025feeadbb8fb8d3b017d5f41eb0cade3e5a454))

## [6.1.0](https://github.com/mamillastre/capacitor-environment/compare/v1.0.0...v6.1.0) (2024-10-10)


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": "@mamillastre/capacitor-environment",
"version": "6.1.0",
"version": "6.1.1",
"description": "Capacitor plugin to get JSON based environment specific data",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -103,4 +103,4 @@
"pre-commit": "pretty-quick --staged"
}
}
}
}

0 comments on commit d7f4409

Please sign in to comment.