Skip to content

Commit

Permalink
Merge pull request #22 from TransbankDevelopers/chore/prepare-release…
Browse files Browse the repository at this point in the history
…-2.1.1

Prepare release 2.1.1
  • Loading branch information
Felipe Fiebig authored Feb 9, 2021
2 parents c656392 + fbf2752 commit 9beaad0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ install:
- npm install
script:
- npm test
before_deploy:
- npm run build
deploy:
provider: npm
email: [email protected]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Todos los cambios notables a este proyecto serán docuemntados en este archivo.
El formato está basado en [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
y este proyecto adhiere a [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.1.1] - 2021-02-09

### Fixed

- Se arregla el método delete de MallInscription en Oneclick Mall

## [2.1.0] - 2021-02-08

### Added
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transbank-sdk",
"version": "2.1.0",
"version": "2.1.1",
"description": "Transbank SDK for Node.js",
"main": "dist/es5/index.js",
"module": "dist/es6/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
"typescript": "^4.1.4"
},
"dependencies": {
"axios": "^0.21.1"
Expand Down

0 comments on commit 9beaad0

Please sign in to comment.