Skip to content

Commit

Permalink
Merge branch 'release/v1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ysg410 committed Sep 28, 2016
2 parents e288f62 + ecdd057 commit 0ec7030
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_modules
circle.yml
README.md
server/boot/explorer.js
scripts
docs
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.2.2 - Sep 28, 2016
- Hotfix bug for excel file feature which had issue of naming of products in reports not according to Vend

v1.2.1 - Sep 20, 2016
- Fix for issue #206 by adding newRelic agent for performance monitoring (PR #205)
- Fix for issue #199 by removing caseQuantity constraints (PR #209)
Expand Down
1 change: 0 additions & 1 deletion common/models/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ module.exports = function(Container) {
if (row.SalesOrderNumber == singleOrder.orderNumber) {
singleOrder.items.push({
sku: row.ItemNumber,
name: row.ItemDescription,
orderQuantity: row.QtyOrdered,
supplyPrice: row.UnitPrice
});
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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": "shoppinpal-warehouse-mongo",
"version": "1.2.1",
"version": "1.2.2",
"dependencies": {
"bluebird": "2.9.14",
"compression": "^1.0.3",
Expand Down
3 changes: 1 addition & 2 deletions scripts/release/make-branch
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ echo "Write release notes in CHANGELOG.txt"
$editor CHANGELOG.txt

git diff
echo "Verify changes before commit. Exit the shell to commit changes"
$SHELL || true
echo "Verify changes before commit."
git commit -a -m "Bump ${RELEASE_VERSION}" --signoff --no-verify


Expand Down

0 comments on commit 0ec7030

Please sign in to comment.