Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther committed Nov 8, 2023
1 parent 3559aba commit 084fe36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For more details and please have a look at [Prettier's documentation](https://pr

### Creating a package for the Browser

_Added in v1.1.4_
_Added in v1.2.0_

If you are creating your own package to be run in a browser, you might want to import the standalone files directly.

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": "prettier-plugin-solidity",
"version": "1.1.4-dev",
"version": "1.2.0",
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
"type": "module",
"main": "./src/index.js",
Expand Down

0 comments on commit 084fe36

Please sign in to comment.