Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/alschmiedt/blockly into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
alschmiedt committed Apr 21, 2022
2 parents 95accc3 + b1fde6a commit 4a4d1af
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.1.0"
".": "8.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [8.1.1](https://github.com/alschmiedt/blockly/compare/blockly-v8.1.0...blockly-v8.1.1) (2022-04-21)


### Bug Fixes

* something ([7a4cd16](https://github.com/alschmiedt/blockly/commit/7a4cd16c321f8033d8fb30552569662dd0de89b8))

## [8.1.0](https://github.com/alschmiedt/blockly/compare/blockly-v8.0.0...blockly-v8.1.0) (2022-04-21)


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": "blockly",
"version": "8.1.0",
"version": "8.1.1",
"description": "Blockly is a library for building visual programming editors.",
"keywords": [
"blockly"
Expand Down
14 changes: 10 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"bootstrap-sha": "428574d499b99c7d89189abe9d2f9a4dd3d4c79a",
"packages": {
".": {}
},
"draft": true
".": {
"releaseType": "node",
"draft": true,
"prerelease": false,
"bumpMinorPreMajor": false,
"bumpPatchForMinorPreMajor": false,
"changelogPath": "CHANGELOG.md",
"versioning": "default"
}
}
}

0 comments on commit 4a4d1af

Please sign in to comment.