Skip to content

Commit b79bb9b

Browse files
committed
v0.123.1
1 parent d841173 commit b79bb9b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v0.123.1
2+
- Added `include_resizer_css` option to the settings text block for NYT users.
3+
14
### v0.123.0
25
- Bug fix: when using `output=multiple-files`, showing/hiding of artboards in each file should be independent of showing/hiding of artboards in other files.
36

ai2html.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function main() {
4444
// - Update the version number in package.json
4545
// - Add an entry to CHANGELOG.md
4646
// - Run 'npm publish' to create a new GitHub release
47-
var scriptVersion = '0.123.0';
47+
var scriptVersion = '0.123.1';
4848

4949
// ================================================
5050
// ai2html and config settings
@@ -143,6 +143,7 @@ var nytOverrideSettings = {
143143
"settings_block": [
144144
"settings_version",
145145
"responsiveness",
146+
"include_resizer_css", // adding to text block until we make it the default
146147
"image_format",
147148
// "write_image_files",
148149
// "max_width",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai2html",
3-
"version": "0.123.0",
3+
"version": "0.123.1",
44
"description": "A script for Adobe Illustrator that converts your Illustrator artwork into an html page.",
55
"main": "./ai2html.js",
66
"scripts": {

0 commit comments

Comments
 (0)