Skip to content

Commit

Permalink
Release v0.11.0 (#618)
Browse files Browse the repository at this point in the history
* Bump versions

* Add `release` to package.json scripts
  • Loading branch information
mertkahyaoglu committed Dec 6, 2020
1 parent 3580e32 commit 1e87661
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/jekyll-admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllAdmin
VERSION = "0.10.2"
VERSION = "0.11.0"
end
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jekyll-admin",
"version": "0.10.2",
"version": "0.11.0",
"description": "Admin Panel for Jekyll",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,8 @@
"test:cover": "npm run test:CI -- --coverage",
"test:cover:CI": "npm run test:cover && cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
"precommit": "lint-staged",
"test:size": "bundlesize"
"test:size": "bundlesize",
"release": "sh script/release"
},
"lint-staged": {
"*.js": [
Expand Down
4 changes: 2 additions & 2 deletions src/containers/tests/__snapshots__/header.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports[`Containers::Header renders correctly 1`] = `
className="version"
>
v
0.10.2
0.11.0
</span>
</div>
`;
Expand Down Expand Up @@ -55,7 +55,7 @@ exports[`Containers::Header renders placeholder title 1`] = `
className="version"
>
v
0.10.2
0.11.0
</span>
</div>
`;

0 comments on commit 1e87661

Please sign in to comment.