Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Oct 29, 2019
1 parent 9fbe9f4 commit 7fece3e
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.2](https://github.com/JXA-userland/JXA/compare/v1.3.1...v1.3.2) (2019-10-29)


### Bug Fixes

* **run:** update default buffer to 100MB ([9fbe9f4](https://github.com/JXA-userland/JXA/commit/9fbe9f4cc2ddc076dba84c77968c4bedcd12e016)), closes [#18](https://github.com/JXA-userland/JXA/issues/18)





## [1.3.1](https://github.com/JXA-userland/JXA/compare/v1.3.0...v1.3.1) (2019-10-29)

**Note:** Version bump only for package root
Expand Down
8 changes: 8 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.2](https://github.com/JXA-userland/JXA/compare/v1.3.1...v1.3.2) (2019-10-29)

**Note:** Version bump only for package example





## [1.3.1](https://github.com/JXA-userland/JXA/compare/v1.3.0...v1.3.1) (2019-10-29)

**Note:** Version bump only for package example
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example",
"version": "1.3.1",
"version": "1.3.2",
"description": "@jxa example",
"homepage": "https://github.com/JXA-userland/JXA/tree/master/example/",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@jxa/global-type": "^1.3.1",
"@jxa/run": "^1.3.1"
"@jxa/run": "^1.3.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"packages/*",
"packages/@jxa/*"
],
"version": "1.3.1"
"version": "1.3.2"
}
8 changes: 8 additions & 0 deletions packages/@jxa/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.2](https://github.com/JXA-userland/JXA/compare/v1.3.1...v1.3.2) (2019-10-29)

**Note:** Version bump only for package @jxa/repl





## [1.3.1](https://github.com/JXA-userland/JXA/compare/v1.3.0...v1.3.1) (2019-10-29)

**Note:** Version bump only for package @jxa/repl
Expand Down
4 changes: 2 additions & 2 deletions packages/@jxa/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jxa/repl",
"version": "1.3.1",
"version": "1.3.2",
"description": "REPL for JXA.",
"keywords": [
"cli",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tabWidth": 4
},
"dependencies": {
"@jxa/run": "^1.3.1"
"@jxa/run": "^1.3.2"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/@jxa/run/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.2](https://github.com/JXA-userland/JXA/compare/v1.3.1...v1.3.2) (2019-10-29)


### Bug Fixes

* **run:** update default buffer to 100MB ([9fbe9f4](https://github.com/JXA-userland/JXA/commit/9fbe9f4cc2ddc076dba84c77968c4bedcd12e016)), closes [#18](https://github.com/JXA-userland/JXA/issues/18)





## [1.3.1](https://github.com/JXA-userland/JXA/compare/v1.3.0...v1.3.1) (2019-10-29)

**Note:** Version bump only for package @jxa/run
Expand Down
2 changes: 1 addition & 1 deletion packages/@jxa/run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jxa/run",
"version": "1.3.1",
"version": "1.3.2",
"description": "Run JXA code and get result.",
"keywords": [
"applescript",
Expand Down

0 comments on commit 7fece3e

Please sign in to comment.