Skip to content

Commit

Permalink
chore(release): 0.3.12 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.12](v0.3.11...v0.3.12) (2023-08-09)

### Bug Fixes

* 🐛 retry deistributing to npm registry ([7ccdb84](7ccdb84))
  • Loading branch information
semantic-release-bot committed Aug 9, 2023
1 parent 7ccdb84 commit 712e7f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.12](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/compare/v0.3.11...v0.3.12) (2023-08-09)


### Bug Fixes

* :bug: retry deistributing to npm registry ([7ccdb84](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/commit/7ccdb849e5a5b6c10afabf585cab47681c1af7fa))

## [0.3.11](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/compare/v0.3.10...v0.3.11) (2023-08-09)


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.

23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@michaelbrusegard/webgl-fluid-simulation",
"version": "0.3.11",
"version": "0.3.12",
"description": "WebGL Fluid Simulation for modern webpages (works even on mobile)",
"author": "Michael Brusegard",
"license": "MIT",
Expand Down Expand Up @@ -37,15 +37,16 @@
"vite": "^4.4.9"
},
"release": {
"branches": ["main"],

"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
}
}

0 comments on commit 712e7f2

Please sign in to comment.