Skip to content

Latest commit

 

History

History
127 lines (63 loc) · 7 KB

changelog.md

File metadata and controls

127 lines (63 loc) · 7 KB

Changelog

1.1.13 (2024-07-27)

Bug Fixes

  • build: recover static-assets in build artifact (a2351d2)
  • practs: bump practs to latest best (fc73bcc)

1.1.12 (2024-07-27)

Bug Fixes

  • practs: bump practs to latest best (dd389c7)

1.1.11 (2023-02-17)

Bug Fixes

  • deps: bump min simple-artifact-builder version to avoid bug (3fdc9b9)

1.1.10 (2023-02-17)

Bug Fixes

  • dist: ensure to bundle the static assets with pkg (27c0a15)

1.1.9 (2023-02-16)

Bug Fixes

  • audit: resolve security vulnerabilities with audit fix (6922142)
  • practs: upgrade to latest declapract-typescript-ehmpathy best practices (3c3c15e)

1.1.8 (2023-02-05)

Bug Fixes

  • deps: ensure to bundle the static js executable with dist (8c5ad03)

1.1.7 (2023-02-05)

Bug Fixes

1.1.6 (2022-12-23)

Bug Fixes

  • pkg: remove private flag from package description (a77fef4)

1.1.5 (2022-12-23)

Bug Fixes

  • cicd: specify the node registry to unblock publishing (5153d15)

1.1.4 (2022-12-23)

Bug Fixes

  • cicd: ensure lack of acceptance tests doesnt prevent deploy (d856bd4)

1.1.3 (2022-12-23)

Bug Fixes

  • cicd: update the please-release action version (9000f84)
  • cicd: upgrade github actions config (dcb71b4)
  • deps: upgrade chalk version to resolve coloring snapshot failure in test (127aa8d)
  • deps: use fs.rm instead of fs.rmdir per deprecation warning (0fc2505)
  • pkg: ensure that the distributed simple-artifact-builder package does not include test_assets (4b6a21f)
  • pract: upgrade to use latest declared best practices (fb2d5ee)
  • refs: replace uladkasach repo refs to ehmpathy repo refs (9d3dabe)
  • snapshot: ensure that ci=true when running jest test so ci snapshot test passes (82e2642)
  • test: drop fs.rmdir in favor of fs.rm per node18 deprecation (24bac2c)

1.1.2 (2021-11-09)

Bug Fixes

  • run: ensure that static assets are included in published pkg (9938ba7)

1.1.1 (2021-11-09)

Bug Fixes

  • run: expose the run-isolated utility with every build (db45488)

1.1.0 (2021-11-09)

Features

  • run: enable executing files inside of artifacts with isolated node module imports for testing (3dc2190)

1.0.1 (2021-11-04)

Bug Fixes

  • clean: clean the artifact dir out before building (53b493f)

1.0.0 (2021-11-04)

Features

  • build: complete the buildArtifactContents logic (880cd78)
  • commands: add the zip command (014b8d6)
  • init: initialize based on declapract project (4182e9e)
  • report: enable reporting on sizes of artifact contents (9baa6a0)
  • zip: enable zipping of artifact contents (09adb16)