Skip to content

Commit

Permalink
Add semantic-release/git (#1210)
Browse files Browse the repository at this point in the history
* chore(version): bump version to v0.4.0

* chore(deps): install @semantic-release/git
  • Loading branch information
JPSchellenberg committed Feb 1, 2021
1 parent 72c6bc1 commit c67e18d
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 2 deletions.
102 changes: 101 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumi",
"version": "0.3.1",
"version": "0.4.0",
"description": "A tool to create and display interactive content with H5P",
"author": "Lumi Education Jan Philip Schellenberg & Sebastian Rettig GbR <c@Lumi.education>",
"main": "build/server/main.js",
Expand Down Expand Up @@ -69,6 +69,7 @@
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@semantic-release/git": "9.0.0",
"@types/express": "4.17.11",
"@types/socket.io": "2.1.13",
"electron": "11.2.1",
Expand Down

0 comments on commit c67e18d

Please sign in to comment.