Skip to content

Commit cbee5bf

Browse files
authored
Increment version number to 2.10.1 (#101)
* chore: Rename iso_parameterDirection.yml to iso_parameterDirectionCode.yml and update related fields * chore: Update build script and rename iso_parameterDirectionCode.yml to iso_parameterDirection.yml * chore: Bump version to 2.10.1 in version.rb and package.json
1 parent da49188 commit cbee5bf

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)