Skip to content

Commit 25de8ce

Browse files
authored
Merge pull request #103 from adiwg/develop
Release Version 2.10.1
2 parents 53cc439 + 54425d0 commit 25de8ce

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/adiwg/mdcodes/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
module ADIWG
3232
module Mdcodes
33-
VERSION = "2.10.0"
33+
VERSION = "2.10.1"
3434
end
3535
end
3636

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdcodes",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"main": "index.js",
55
"description": "CodeLists for ADIwg mdJSON",
66
"repository": {
@@ -26,7 +26,8 @@
2626
},
2727
"scripts": {
2828
"prepublishOnly": "scripts/prepublish.js",
29-
"build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly"
29+
"build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly",
30+
"test": "bundle && bundle exec rake test"
3031
},
3132
"dependencies": {
3233
"buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",

0 commit comments

Comments
 (0)