)]}'
{
  "log": [
    {
      "commit": "bede03d25d232826e0c9dca1733d542d8a7754fb",
      "tree": "7799994e57c19038d98b177be225c39e7017f173",
      "parents": [
        "9fd4b85fc3678d2acbb1f2ca17a08e104c3968e1",
        "507be7fa7fbf748962dd7b1b190d99cc9cf6079b"
      ],
      "author": {
        "name": "AliT3",
        "email": "alistair.t3@gmail.com",
        "time": "Tue Nov 19 12:25:21 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 19 12:25:21 2024 +0000"
      },
      "message": "Merge pull request #3133 from AliT3/master\n\nversion 5.13.0"
    },
    {
      "commit": "507be7fa7fbf748962dd7b1b190d99cc9cf6079b",
      "tree": "7799994e57c19038d98b177be225c39e7017f173",
      "parents": [
        "9fd4b85fc3678d2acbb1f2ca17a08e104c3968e1"
      ],
      "author": {
        "name": "Alistair Thomson",
        "email": "alistair.t3@gmail.com",
        "time": "Mon Nov 18 16:00:52 2024 +0000"
      },
      "committer": {
        "name": "Alistair Thomson",
        "email": "alistair.t3@gmail.com",
        "time": "Mon Nov 18 16:00:52 2024 +0000"
      },
      "message": "version 5.13.0\n"
    },
    {
      "commit": "9fd4b85fc3678d2acbb1f2ca17a08e104c3968e1",
      "tree": "e836e54bb6d7b743bb83ca5282230cde64336f30",
      "parents": [
        "9f9b026aabb283efe17819f5ff57b3c3b0ca7066",
        "6f6ccd01d675510c2df9d4163ebbe6a9db1f81b1"
      ],
      "author": {
        "name": "AliT3",
        "email": "alistair.t3@gmail.com",
        "time": "Thu Nov 14 18:44:33 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 14 18:44:33 2024 +0000"
      },
      "message": "Merge pull request #3096 from IcaroG/document-validation\n\nfix: document validation for SSR"
    },
    {
      "commit": "6f6ccd01d675510c2df9d4163ebbe6a9db1f81b1",
      "tree": "274e1dd6ddfae25e0c6d9e8f09107d76b2763716",
      "parents": [
        "0e987be926fcb54ef4da209b51fc00025fde372f"
      ],
      "author": {
        "name": "Ícaro Guerra",
        "email": "icaro@plasmic.app",
        "time": "Thu Oct 31 11:34:31 2024 -0300"
      },
      "committer": {
        "name": "Ícaro Guerra",
        "email": "icaro@plasmic.app",
        "time": "Thu Oct 31 11:34:31 2024 -0300"
      },
      "message": "fix: correctly name custom rollup plugins\n"
    },
    {
      "commit": "9f9b026aabb283efe17819f5ff57b3c3b0ca7066",
      "tree": "ddffcd9780c92335d34e04f446a67f3d54aadc5b",
      "parents": [
        "0d658b34c40d4e81eafdccbf698815346454a899",
        "e5b6c2e5aea1c2e8607482a621ffb633ac5bc6fd"
      ],
      "author": {
        "name": "AliT3",
        "email": "alistair.t3@gmail.com",
        "time": "Tue Oct 29 15:38:40 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 29 15:38:40 2024 +0000"
      },
      "message": "Merge pull request #3112 from lottielab/fix/radial-gradient-inner-circle-desync-upstream\n\nfix: Avoid desync between start and end (outer and inner) radial gradient circles "
    },
    {
      "commit": "e5b6c2e5aea1c2e8607482a621ffb633ac5bc6fd",
      "tree": "ddffcd9780c92335d34e04f446a67f3d54aadc5b",
      "parents": [
        "0d658b34c40d4e81eafdccbf698815346454a899"
      ],
      "author": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Mon Aug 26 20:29:55 2024 +0200"
      },
      "committer": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Mon Aug 26 22:14:05 2024 +0200"
      },
      "message": "fix: Avoid desync between start and end (outer and inner) radial gradient circles\n\nDue to the way `_mdf` (modified) flags are checked in\n`SVGElementsRenderer.renderGradient()`, it\u0027s possible that the `fx` and\n`fy` components of a radial gradient, defining its \"inner\" circle (used\nfor highlights via `.h` and `.a` members of a `gf` shape element in the\nLottie JSON), fall out of sync with `cx` and `cy` which define its outer\ncircle.\n\nIn particular, the branch which sets `fx`/`fy` triggers only when the\ngradient end point changes, but then sets `fx` and `fy` based on a\ncalculation that involves both the start and end points. Therefore, if\nthe start point of a gradient ever changes without a corresponding\nchange in the end point, the `cx`/`cy` value will be updated but not\nthe `fx`/`fy` value, causing visual artifacts.\n"
    },
    {
      "commit": "0e987be926fcb54ef4da209b51fc00025fde372f",
      "tree": "7ab8ed374462272a991dce437b30afee69009df0",
      "parents": [
        "0d658b34c40d4e81eafdccbf698815346454a899"
      ],
      "author": {
        "name": "Ícaro Julião",
        "email": "icaro@plasmic.app",
        "time": "Thu Jun 27 18:51:28 2024 -0300"
      },
      "committer": {
        "name": "Ícaro Julião",
        "email": "icaro@plasmic.app",
        "time": "Thu Jun 27 18:51:28 2024 -0300"
      },
      "message": "fix: document validation for SSR\n"
    },
    {
      "commit": "0d658b34c40d4e81eafdccbf698815346454a899",
      "tree": "4d28d87b06c1b307f1d6b026694b212d3764c7b3",
      "parents": [
        "c0b092407b9d9ffe42ebc357cafe8b579fefb702",
        "f5d98ae2d06b57fc898e5fe477144e1f34fc9007"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Tue Mar 26 06:38:23 2024 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 26 06:38:23 2024 -0700"
      },
      "message": "Merge pull request #3078 from stepancar/refactor/add-dpr-ts-type\n\nfeat(types): added dpr setting to ts definition"
    },
    {
      "commit": "c0b092407b9d9ffe42ebc357cafe8b579fefb702",
      "tree": "6e3e6cad301ad2898207cdf6f2ab6aee9171d6df",
      "parents": [
        "b32aa832c46ac6fc60d22dada836f0ad92cfbe56",
        "149f1f8ad24bdb4e540a4807f01ac0d4b6a84a61"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Tue Mar 26 06:16:40 2024 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 26 06:16:40 2024 -0700"
      },
      "message": "Merge pull request #3066 from abichinger/master\n\nUpdate type definition of `AnimationItem.resize`"
    },
    {
      "commit": "f5d98ae2d06b57fc898e5fe477144e1f34fc9007",
      "tree": "eb78505aed32e51d2f71273b2af0c8231744609e",
      "parents": [
        "b32aa832c46ac6fc60d22dada836f0ad92cfbe56"
      ],
      "author": {
        "name": "Stepan Mikhailiuk",
        "email": "istepancar@gmail.com",
        "time": "Fri Mar 22 17:16:34 2024 -0700"
      },
      "committer": {
        "name": "Stepan Mikhailiuk",
        "email": "istepancar@gmail.com",
        "time": "Fri Mar 22 17:16:34 2024 -0700"
      },
      "message": "feat(types): added dpr setting to ts definition\n"
    },
    {
      "commit": "b32aa832c46ac6fc60d22dada836f0ad92cfbe56",
      "tree": "8dc8f783a6f7500a92f71ae1244cea469b3a7423",
      "parents": [
        "ff97f94d96edc6addb14acb4461150458150af4e",
        "681b9c604777372e64f1858577bc8a8c140e327e"
      ],
      "author": {
        "name": "AliT3",
        "email": "alistair.t3@gmail.com",
        "time": "Tue Mar 19 13:46:27 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 19 13:46:27 2024 +0000"
      },
      "message": "Merge pull request #2996 from lottielab/fix-hidden-styles-reappearing\n\nFix hidden styles being reset to visible"
    },
    {
      "commit": "ff97f94d96edc6addb14acb4461150458150af4e",
      "tree": "e98327e99a2c4054f847a828c7a9a19e78312274",
      "parents": [
        "e53f078537262f55341c136e45c652dfb39cac18",
        "7b75a9950b7adc22f2e2f558f993eadb3ea777f2"
      ],
      "author": {
        "name": "AliT3",
        "email": "alistair.t3@gmail.com",
        "time": "Tue Mar 19 13:46:11 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 19 13:46:11 2024 +0000"
      },
      "message": "Merge pull request #3039 from lottielab/fix/no-readd-styles-svgshapeelement\n\nDon\u0027t re-add existing styles to SVGShapeElement"
    },
    {
      "commit": "e53f078537262f55341c136e45c652dfb39cac18",
      "tree": "fbc228f0b319143cbecfc463f29121dc4b880ed6",
      "parents": [
        "63a39aeb27b8c13726ce9fcf850d9351b14be3e6",
        "4b2e1ae6a8c6cdf445cf2f12fd6e40af8c267aaa"
      ],
      "author": {
        "name": "AliT3",
        "email": "alistair.t3@gmail.com",
        "time": "Tue Mar 19 13:44:05 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 19 13:44:05 2024 +0000"
      },
      "message": "Merge pull request #3040 from lottielab/perf/localmatmdf-not-reset\n\nEnsure `_localMatMdf` is reset to `false`"
    },
    {
      "commit": "149f1f8ad24bdb4e540a4807f01ac0d4b6a84a61",
      "tree": "b051b56718ff7d2ff6b34b12c9009693ba2f85da",
      "parents": [
        "63a39aeb27b8c13726ce9fcf850d9351b14be3e6"
      ],
      "author": {
        "name": "Andreas Bichinger",
        "email": "andreas.bichinger@gmail.com",
        "time": "Thu Feb 01 13:58:35 2024 +0100"
      },
      "committer": {
        "name": "Andreas Bichinger",
        "email": "andreas.bichinger@gmail.com",
        "time": "Thu Feb 01 13:58:35 2024 +0100"
      },
      "message": "Update type definition of `AnimationItem.resize`\n"
    },
    {
      "commit": "7b75a9950b7adc22f2e2f558f993eadb3ea777f2",
      "tree": "d445a9c10e492a5c358a1110e44e0852b0bc38a2",
      "parents": [
        "5137a42e8ec83ade2dbaeceb2450b98c621180a9"
      ],
      "author": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Fri Jun 09 02:09:03 2023 +0200"
      },
      "committer": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Tue Oct 31 22:54:25 2023 +0100"
      },
      "message": "Fix ESLint error\n"
    },
    {
      "commit": "4b2e1ae6a8c6cdf445cf2f12fd6e40af8c267aaa",
      "tree": "fbc228f0b319143cbecfc463f29121dc4b880ed6",
      "parents": [
        "63a39aeb27b8c13726ce9fcf850d9351b14be3e6"
      ],
      "author": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Tue Oct 31 22:26:13 2023 +0100"
      },
      "committer": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Tue Oct 31 22:52:24 2023 +0100"
      },
      "message": "Ensure `_localMatMdf` is reset to `false`\n\nWith efeb109, support for transform effects has been added, which\nrequired introducing another matrix on `TransformElement` to represent\nthe final transform matrix including the effects. This matrix is denoted\nas `localMat`\n\nIf there are no transform effects, `localMat` is the same\n(referentially) as the existing transform matrix (`mat`). Otherwise,\nit\u0027s calculated by composing the transform effects and then composing\nthat with the \"old\" transform matrix.\n\nAlongside `localMat`, a `_localMatMdf` member is introduced, which\ntracks whether the local matrix was modified since its last commit to\nthe DOM, analogously to `_matMdf`.\n\nUnfortunately, a logic bug introduced by efeb109 meant that, in the\nabsence of transform effects, `_localMatMdf` was latched to `true`,\ni.e. no code path would ever be able to reset it to `false` after it was\nonce set to `true` (e.g. as a result of the matrix being animated).\n\nThis causes a serious performance regression, since all matrices that\nonce had `_matMdf` set to `true` will keep being updated in the DOM\nevery frame, causing costly full style recalculations.\n\nFix by forcing `_matMdf` and `_localMatMdf` to be equivalent in the\ncase of no transform effects, just as `mat` and `localMat` are\nreferentially equal. In the case of \u003e0 transform effects, the custom\nlogic in `renderLocalTransform()` will take over and compute\n`_localMatMdf` separately from and based on `_matMdf`.\n"
    },
    {
      "commit": "5137a42e8ec83ade2dbaeceb2450b98c621180a9",
      "tree": "c60f630b00442c35aebc242f9ed0dcb4a339cce3",
      "parents": [
        "63a39aeb27b8c13726ce9fcf850d9351b14be3e6"
      ],
      "author": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Fri Jun 02 14:21:10 2023 +0200"
      },
      "committer": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Tue Oct 31 22:47:00 2023 +0100"
      },
      "message": "Don\u0027t re-add existing styles to SVGShapeElement\n\nWhen calling `SVGShapeElement.reloadShapes()`, `searchShapes()` will\ncorrectly reconciliate modified and added shapes and reuse their\nelements. However, it will call `setElementStyles()`, which will add all\nstyles unconditionally to `this.stylesList`, even if the styles were\nalready in there.\n\nModify `setElementStyles()` to check for the existence of a particular\nstyle before adding it.\n"
    },
    {
      "commit": "63a39aeb27b8c13726ce9fcf850d9351b14be3e6",
      "tree": "fc00c35d4992a68e135c3d1859880709a8a592a4",
      "parents": [
        "d51b8b0c442644b4ed7f3ec6dd0edfc2bb9434ba",
        "bcba16eadbbab4a934099625eb2d49f4fb87f1c7"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Sep 14 09:29:24 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Sep 14 09:29:24 2023 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:airbnb/lottie-web\n"
    },
    {
      "commit": "bcba16eadbbab4a934099625eb2d49f4fb87f1c7",
      "tree": "078bce2d4f62fc39d16ee285ee704411dc31af27",
      "parents": [
        "14dc0cb12d17158900165fa5f7beae7d77887029",
        "6c5e168e2c3abc6dbe382f0983682070a7822c47"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Aug 13 19:04:12 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 13 19:04:12 2023 -0400"
      },
      "message": "Merge pull request #3022 from Amour1688/sideEffects\n\nfix: set `sideEffects` as false"
    },
    {
      "commit": "6c5e168e2c3abc6dbe382f0983682070a7822c47",
      "tree": "078bce2d4f62fc39d16ee285ee704411dc31af27",
      "parents": [
        "14dc0cb12d17158900165fa5f7beae7d77887029"
      ],
      "author": {
        "name": "linchengzhang",
        "email": "linchengzhang@bytedance.com",
        "time": "Sat Jul 29 18:50:21 2023 +0800"
      },
      "committer": {
        "name": "linchengzhang",
        "email": "linchengzhang@bytedance.com",
        "time": "Sat Jul 29 18:50:21 2023 +0800"
      },
      "message": "fix: set `sideEffects` as false\n"
    },
    {
      "commit": "14dc0cb12d17158900165fa5f7beae7d77887029",
      "tree": "eb53f7ddbfa0e40fe11445f95d1324d7296af38c",
      "parents": [
        "846dbf2a5c40df245db4307490cecae02b9dcca4",
        "a77933060a2da15557818ae03326eb77945e4b65"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Tue Jul 18 15:24:46 2023 -0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 18 15:24:46 2023 -0300"
      },
      "message": "Merge pull request #3015 from samuelOsborne/feat/worker-reset-segments\n\nfeat: added resetSegments to worker_wrapper"
    },
    {
      "commit": "a77933060a2da15557818ae03326eb77945e4b65",
      "tree": "eb53f7ddbfa0e40fe11445f95d1324d7296af38c",
      "parents": [
        "846dbf2a5c40df245db4307490cecae02b9dcca4"
      ],
      "author": {
        "name": "samuelOsborne",
        "email": "samu.osborne@gmail.com",
        "time": "Tue Jul 18 17:17:01 2023 +0200"
      },
      "committer": {
        "name": "samuelOsborne",
        "email": "samu.osborne@gmail.com",
        "time": "Tue Jul 18 17:17:01 2023 +0200"
      },
      "message": "feat: added resetSegments to worker_wrapper\n"
    },
    {
      "commit": "681b9c604777372e64f1858577bc8a8c140e327e",
      "tree": "b8984017c50e65caf4f9d5752ac008c059636c1f",
      "parents": [
        "4b98bf545f10e9bc8a3e88a1c7990394e02c940e"
      ],
      "author": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Tue Jun 20 22:20:32 2023 +0200"
      },
      "committer": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Tue Jun 20 22:20:32 2023 +0200"
      },
      "message": "Fix hidden styles being reset to visible\n\nIn `searcShapes()`, if we found a matching element for a style in\n`this.processedElements()`, we would reset its `closed` property to\n`false` always, even if the element is hidden. Instead, set it to the\nvalue of the `hd` property to ensure that hidden styles are not\nre-rendered.\n"
    },
    {
      "commit": "d51b8b0c442644b4ed7f3ec6dd0edfc2bb9434ba",
      "tree": "97c4868187824b4ecfdf5e67f6b3aaef4ac4c64e",
      "parents": [
        "7f7c4fde8b2517ff9c683501aeb79ccd76345802"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jun 18 19:05:17 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jun 18 19:05:17 2023 -0400"
      },
      "message": "support accessing unidimensional value by index\n"
    },
    {
      "commit": "7f7c4fde8b2517ff9c683501aeb79ccd76345802",
      "tree": "02ea1fca3ea858ace3fea2fbb096713ce63266a2",
      "parents": [
        "846dbf2a5c40df245db4307490cecae02b9dcca4"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jun 18 10:16:57 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jun 18 10:16:57 2023 -0400"
      },
      "message": "add support for thisProperty.name\n"
    },
    {
      "commit": "846dbf2a5c40df245db4307490cecae02b9dcca4",
      "tree": "ab1e4ea95f4ba4df47754feb58a854db95a1613e",
      "parents": [
        "493be1d2a60ebf22d3330c63d05fc977cf15c3af"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Tue Jun 13 08:08:22 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Tue Jun 13 08:08:22 2023 -0400"
      },
      "message": "version 5.12.2\n"
    },
    {
      "commit": "493be1d2a60ebf22d3330c63d05fc977cf15c3af",
      "tree": "c997957b6bbef1ef43d5365927e6b678192f29b0",
      "parents": [
        "308101ff5a91d3b96c3db6df999d253f59ba364c"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jun 11 20:24:13 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jun 11 20:24:13 2023 -0400"
      },
      "message": "version 5.12.1\n"
    },
    {
      "commit": "308101ff5a91d3b96c3db6df999d253f59ba364c",
      "tree": "08f5f92898a7c8e16627921491515260a42595aa",
      "parents": [
        "8deda2d984c59873da93f771c181f132bc07e467",
        "4639710a05b9ca47794e749081d586e481f58557"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jun 11 19:55:03 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 11 19:55:03 2023 -0400"
      },
      "message": "Merge pull request #2989 from stephenhebert/patch-1\n\nfix(package.json) :  support esm"
    },
    {
      "commit": "8deda2d984c59873da93f771c181f132bc07e467",
      "tree": "b1930222e5f0d98984c531b4dafa83f520617ed1",
      "parents": [
        "0c56266f75086c1350d12a54ea7ee71d2c1e4076",
        "4b98bf545f10e9bc8a3e88a1c7990394e02c940e"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jun 11 19:54:35 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 11 19:54:35 2023 -0400"
      },
      "message": "Merge pull request #2990 from lottielab/fix-transform-application\n\nFix transform matrix precalculation when adding effects"
    },
    {
      "commit": "0c56266f75086c1350d12a54ea7ee71d2c1e4076",
      "tree": "50996d47eea2af1642ede2a204c012e508c8d65a",
      "parents": [
        "51c2ce7e18e9d9d176826f7afb900c777a4ba758"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Fri Jun 09 08:04:58 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Fri Jun 09 08:04:58 2023 -0400"
      },
      "message": "rm pigeon animation from test list\n"
    },
    {
      "commit": "4b98bf545f10e9bc8a3e88a1c7990394e02c940e",
      "tree": "1f66f51ea747916bd40b5445a4761d26a310bc21",
      "parents": [
        "5cd3e02492ab3e0c7fc638b5ffd3e22280f03c68"
      ],
      "author": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Fri Jun 09 02:25:47 2023 +0200"
      },
      "committer": {
        "name": "David Davidović",
        "email": "david@davidovic.io",
        "time": "Fri Jun 09 10:52:44 2023 +0200"
      },
      "message": "Fix transform matrix precalc when adding effects\n\nReset the precalculated matrix and appliedTransformations in\nprecalculateMatrix().\n\nCheck for the existence of an effect on the anchor point property\ninstead of checking if it\u0027s keyframed.\n\n--\n\nThe transform matrix might be precalculated again when effects are added\nto various properties of the transform. However, the matrix was not\nbeing reset to identity, and the appliedTransformations member was not\nbeing reset to 0, which caused components of the transform to be applied\nmultiple times.\n\n(To reproduce: create an animation, and at a later time, apply an effect\nto the rotation using transform.r.addEffect(). Observe how the object\ngets a rotation that is the sum of the initial value and the one\nreturned from the effect, when it should just be the value returned to\nthe effect.)\n\nAdditionally, for the anchor point property, its eligibility for\nprecalculation was checked only by considering whether it\u0027s keyframed,\nwhen it also could have had an effects sequence added.\n\n(To reproduce: create an animation, and at a later time, apply an effect\nto the anchor point via transform.a.addEffect(). Observe how the effect\ndoes nothing, as the anchor point would still end up precalculated.)\n"
    },
    {
      "commit": "4639710a05b9ca47794e749081d586e481f58557",
      "tree": "50feeb71ef950f4fc5002dbb914330e4b8187145",
      "parents": [
        "51c2ce7e18e9d9d176826f7afb900c777a4ba758"
      ],
      "author": {
        "name": "Stephen Hebert",
        "email": "stephenjosephhebert@gmail.com",
        "time": "Thu Jun 08 13:17:04 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 08 13:17:04 2023 -0500"
      },
      "message": "fix(package.json) :  support esm"
    },
    {
      "commit": "51c2ce7e18e9d9d176826f7afb900c777a4ba758",
      "tree": "c86c0ae42a399fca72dc9f85731d66334ce3e44d",
      "parents": [
        "b98b52776ac70d6f1a56318463d1529c9a6e4b04"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 08 07:29:19 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 08 07:29:19 2023 -0400"
      },
      "message": "change test threshold\n"
    },
    {
      "commit": "b98b52776ac70d6f1a56318463d1529c9a6e4b04",
      "tree": "50ddfb4869840e7e2cf6643d374ecbfe5ca66954",
      "parents": [
        "b67e36a6a8e168d719c37eeafc35edf854da7ba5",
        "a9f916ea4aeebb8fc800a9479079c16f9bffed95"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 22:22:23 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 22:22:23 2023 -0400"
      },
      "message": "Merge branch \u002791_canvas_paint_operations_optimization\u0027\n"
    },
    {
      "commit": "a9f916ea4aeebb8fc800a9479079c16f9bffed95",
      "tree": "50ddfb4869840e7e2cf6643d374ecbfe5ca66954",
      "parents": [
        "31a9b54cbdc4cac4833af86b44a69a838796dbc0"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 22:22:17 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 22:22:17 2023 -0400"
      },
      "message": "adding threshold to comparison\n"
    },
    {
      "commit": "31a9b54cbdc4cac4833af86b44a69a838796dbc0",
      "tree": "ec69dd4b6b5ae9ffe4e333bacea78a2ddca1a558",
      "parents": [
        "69a93259498cbec4c6e82bf1f466f7175ba6159a"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 20:23:20 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 20:23:20 2023 -0400"
      },
      "message": "updated threshold\n"
    },
    {
      "commit": "69a93259498cbec4c6e82bf1f466f7175ba6159a",
      "tree": "3c59f058dbea2c12564162b3371146951e039f82",
      "parents": [
        "4f08fbdc6d378980a72cbb7d29f39fc610071436"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 19:52:45 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 19:52:45 2023 -0400"
      },
      "message": "logging failed frame\n"
    },
    {
      "commit": "4f08fbdc6d378980a72cbb7d29f39fc610071436",
      "tree": "2129a74d3a9f9db9f198b9f0267011ea051eb79e",
      "parents": [
        "2e5504d8b96f2d62a4683d9231f8f6e4a0d32885",
        "8e180cab356e4c8796a57e92509c646a9423c6ee"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 19:36:06 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 19:36:06 2023 -0400"
      },
      "message": "Merge branch \u002791_canvas_merge_test\u0027 into 91_canvas_paint_operations_optimization\n"
    },
    {
      "commit": "2e5504d8b96f2d62a4683d9231f8f6e4a0d32885",
      "tree": "ffd6bcc120443968873ec2d6669e2a8f6c8e78ec",
      "parents": [
        "c1b5232d223b0a02d72813d010f20dd71657b6bb"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 19:31:26 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 19:31:26 2023 -0400"
      },
      "message": "test\n"
    },
    {
      "commit": "b67e36a6a8e168d719c37eeafc35edf854da7ba5",
      "tree": "f9745d53daf445ad5d2283bdf95424f8739e853e",
      "parents": [
        "8e180cab356e4c8796a57e92509c646a9423c6ee",
        "b8c66bae9f0ffc4258f7bb7ae80df7a8a06b41b3"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 18:21:02 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 18:21:02 2023 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:airbnb/lottie-web\n"
    },
    {
      "commit": "8e180cab356e4c8796a57e92509c646a9423c6ee",
      "tree": "e97f318794994e3249b03481b4ecea51b663ec9f",
      "parents": [
        "3403e175c42cc1a9951e3390be231e6ea99c26ab"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 18:20:21 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 18:20:21 2023 -0400"
      },
      "message": "add test log\n"
    },
    {
      "commit": "b8c66bae9f0ffc4258f7bb7ae80df7a8a06b41b3",
      "tree": "f67dbd2b9cf7e8a09eb53fc7534d11dc935d06c3",
      "parents": [
        "3403e175c42cc1a9951e3390be231e6ea99c26ab",
        "c1b5232d223b0a02d72813d010f20dd71657b6bb"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 18:07:31 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 03 18:07:31 2023 -0400"
      },
      "message": "Merge pull request #2985 from airbnb/91_canvas_paint_operations_optimization\n\n91 canvas paint operations optimization"
    },
    {
      "commit": "c1b5232d223b0a02d72813d010f20dd71657b6bb",
      "tree": "f67dbd2b9cf7e8a09eb53fc7534d11dc935d06c3",
      "parents": [
        "155dd91d505ca8c66e9299c94acc3c00c5347652",
        "3403e175c42cc1a9951e3390be231e6ea99c26ab"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:33:51 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:33:51 2023 -0400"
      },
      "message": "Merge branch \u0027master\u0027 into 91_canvas_paint_operations_optimization\n"
    },
    {
      "commit": "3403e175c42cc1a9951e3390be231e6ea99c26ab",
      "tree": "80fe11d873e15c0729896cca3cb3b063f727fc52",
      "parents": [
        "4307d38eaae5224a5ccdc7d1d8049c77f5594e16"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:33:19 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:33:19 2023 -0400"
      },
      "message": "add more testing animations\n"
    },
    {
      "commit": "4307d38eaae5224a5ccdc7d1d8049c77f5594e16",
      "tree": "fcaf784351ae10b1c616876fb74ca1849f488034",
      "parents": [
        "49f0ba5cce3fe68772b7813d57176cfca79113c1",
        "aec350ee66fc68616abfa329f987c380f4bec6a2"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:15:44 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:15:44 2023 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:airbnb/lottie-web\n"
    },
    {
      "commit": "aec350ee66fc68616abfa329f987c380f4bec6a2",
      "tree": "76bb2c6d665fd2ef1b0e0f825992e1674ee98233",
      "parents": [
        "b1522bd3234977ada00e663fc2cc76c6425eafb7",
        "58db27fa1d228a1b401a35e405590c19ed657f73"
      ],
      "author": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:15:15 2023 -0400"
      },
      "committer": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:15:15 2023 -0400"
      },
      "message": "Merge branch \u0027puppeteer_github_action\u0027\n"
    },
    {
      "commit": "58db27fa1d228a1b401a35e405590c19ed657f73",
      "tree": "76bb2c6d665fd2ef1b0e0f825992e1674ee98233",
      "parents": [
        "6a47817f5017a15fa60b1d4c8c372f4e90c42525"
      ],
      "author": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:14:46 2023 -0400"
      },
      "committer": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:14:46 2023 -0400"
      },
      "message": "add renderer support\n"
    },
    {
      "commit": "49f0ba5cce3fe68772b7813d57176cfca79113c1",
      "tree": "3ca7a3f380890f579cb1c278c2420f11a864e9e3",
      "parents": [
        "806c93981375afe71883574d0f4e52cf5331a24f",
        "b1522bd3234977ada00e663fc2cc76c6425eafb7"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:03:23 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:03:23 2023 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:airbnb/lottie-web\n"
    },
    {
      "commit": "b1522bd3234977ada00e663fc2cc76c6425eafb7",
      "tree": "54c86df0e98575f2827ef0e8d801467cb2c0a04a",
      "parents": [
        "5cd3e02492ab3e0c7fc638b5ffd3e22280f03c68",
        "6a47817f5017a15fa60b1d4c8c372f4e90c42525"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 17:02:57 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 03 17:02:57 2023 -0400"
      },
      "message": "Merge pull request #2984 from airbnb/puppeteer_github_action\n\nPuppeteer GitHub action"
    },
    {
      "commit": "6a47817f5017a15fa60b1d4c8c372f4e90c42525",
      "tree": "54c86df0e98575f2827ef0e8d801467cb2c0a04a",
      "parents": [
        "ac4dd2c06a1344a9fcfea5163454f5c08c8a970a"
      ],
      "author": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 16:55:02 2023 -0400"
      },
      "committer": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 16:55:02 2023 -0400"
      },
      "message": "change action on pull_request\n"
    },
    {
      "commit": "ac4dd2c06a1344a9fcfea5163454f5c08c8a970a",
      "tree": "b242be0243c42018a8211af9c17f9e2581e56ff3",
      "parents": [
        "1ad4b35f6877eee7b387dfcc33f9c35e6568eba1"
      ],
      "author": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 16:49:05 2023 -0400"
      },
      "committer": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 16:49:05 2023 -0400"
      },
      "message": "fix path by url\n"
    },
    {
      "commit": "1ad4b35f6877eee7b387dfcc33f9c35e6568eba1",
      "tree": "5eeb20aa4d82a843d161d674a4c5453845148a97",
      "parents": [
        "14dac4d5d28dea007616025c132b513a8da576dd"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 15:21:41 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 15:21:41 2023 -0400"
      },
      "message": "add two testing animations\n"
    },
    {
      "commit": "14dac4d5d28dea007616025c132b513a8da576dd",
      "tree": "b46c3f263c5e7be6dedac5bfc8322f107c562fcc",
      "parents": [
        "50429ec66001ed3dab8e368184342b757fa9f410"
      ],
      "author": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 15:18:38 2023 -0400"
      },
      "committer": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 15:18:38 2023 -0400"
      },
      "message": "add log to failed comparisons\n"
    },
    {
      "commit": "50429ec66001ed3dab8e368184342b757fa9f410",
      "tree": "dc2e812d7505cea1f2163989a1a4a0788344f8b1",
      "parents": [
        "6389cb47e4dd215ea7d09e0a198b0942455a9d8d"
      ],
      "author": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 15:10:43 2023 -0400"
      },
      "committer": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 15:10:43 2023 -0400"
      },
      "message": "test github action\n"
    },
    {
      "commit": "6389cb47e4dd215ea7d09e0a198b0942455a9d8d",
      "tree": "2346a57379d23bc27196ef9f8d84d21c909f2b98",
      "parents": [
        "5cd3e02492ab3e0c7fc638b5ffd3e22280f03c68"
      ],
      "author": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 15:08:04 2023 -0400"
      },
      "committer": {
        "name": "Hernan Torrisi",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Jun 03 15:08:04 2023 -0400"
      },
      "message": "test github pull request action\n"
    },
    {
      "commit": "155dd91d505ca8c66e9299c94acc3c00c5347652",
      "tree": "c393f8c7a0650c585bb8d4d9373d18e08b9b911d",
      "parents": [
        "9afebd4ed9e09a0321330a6c6e6886d91a26b4e7",
        "806c93981375afe71883574d0f4e52cf5331a24f"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 22:32:33 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 22:32:33 2023 -0400"
      },
      "message": "Merge branch \u0027master\u0027 into 91_canvas_paint_operations_optimization\n"
    },
    {
      "commit": "806c93981375afe71883574d0f4e52cf5331a24f",
      "tree": "53dfab1e5af2fab90211cb8568af6de185e7d68d",
      "parents": [
        "02f0b8d57b1dd8cb22e8113ddd2f2a6d65139163"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 22:32:10 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 22:32:10 2023 -0400"
      },
      "message": "transform effect fixes\n"
    },
    {
      "commit": "9afebd4ed9e09a0321330a6c6e6886d91a26b4e7",
      "tree": "36bf234bd029105382b9d6367b10ce03a93141e2",
      "parents": [
        "dc5bed7c2cad013a36c78460dc9a0fece438d20a",
        "02f0b8d57b1dd8cb22e8113ddd2f2a6d65139163"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 18:23:45 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 18:23:45 2023 -0400"
      },
      "message": "Merge branch \u0027master\u0027 into 91_canvas_paint_operations_optimization\n"
    },
    {
      "commit": "02f0b8d57b1dd8cb22e8113ddd2f2a6d65139163",
      "tree": "7c25c6de39517a5e3ca912f50d2728174de298f9",
      "parents": [
        "89b7fc7ec11651fee7f183b6cce4a9ebc037c826"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 18:21:28 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 18:21:28 2023 -0400"
      },
      "message": "add support for more emojis\n"
    },
    {
      "commit": "89b7fc7ec11651fee7f183b6cce4a9ebc037c826",
      "tree": "ed2a0b85d69d731e77a35488e9922a091e0c2642",
      "parents": [
        "9a34563ae99449dc10c61d5932da5b38a0226712"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 08:56:18 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 08:56:18 2023 -0400"
      },
      "message": "add support for flag emoji\n"
    },
    {
      "commit": "dc5bed7c2cad013a36c78460dc9a0fece438d20a",
      "tree": "83d052306012aea667d41dfbfc5ff741c06f4633",
      "parents": [
        "adc3194b1b6acfe88baa25d7716177b737f556ff"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 01:45:35 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 01:45:35 2023 -0400"
      },
      "message": "copy context methods to renderer\n"
    },
    {
      "commit": "adc3194b1b6acfe88baa25d7716177b737f556ff",
      "tree": "d9f6cab7d8a808d5beadafd593171212425728ca",
      "parents": [
        "a0a87e187b62070dcaabc738999574814859a6bb"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 01:10:04 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 01:10:04 2023 -0400"
      },
      "message": "apply styles only when drawing shapes\n"
    },
    {
      "commit": "a0a87e187b62070dcaabc738999574814859a6bb",
      "tree": "17bc64929551b66f42a76bb47f4494e4c1809506",
      "parents": [
        "9a34563ae99449dc10c61d5932da5b38a0226712"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 00:26:05 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Thu Jun 01 00:26:05 2023 -0400"
      },
      "message": "move paint operation to contextData\n"
    },
    {
      "commit": "9a34563ae99449dc10c61d5932da5b38a0226712",
      "tree": "272282470c4c65b54287ee88b994ff6966ea309c",
      "parents": [
        "5cd3e02492ab3e0c7fc638b5ffd3e22280f03c68"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Tue May 30 22:05:01 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Tue May 30 22:05:01 2023 -0400"
      },
      "message": "change expression validation order\n"
    },
    {
      "commit": "5cd3e02492ab3e0c7fc638b5ffd3e22280f03c68",
      "tree": "395164cb01bc61959b23680f1ba0e15bc02617f6",
      "parents": [
        "ebb5adef8907810fa11ac093a31b705902af6be6"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Tue May 30 09:15:48 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 30 09:15:48 2023 -0400"
      },
      "message": "Update History.md"
    },
    {
      "commit": "ebb5adef8907810fa11ac093a31b705902af6be6",
      "tree": "f228036ad33ea74a114f0cb0740640b39aafe104",
      "parents": [
        "7c05c591ae2cf0ceb8e2d72f6ade5f8e11c2cff2"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Tue May 30 09:15:38 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 30 09:15:38 2023 -0400"
      },
      "message": "Update CHANGELOG.md"
    },
    {
      "commit": "7c05c591ae2cf0ceb8e2d72f6ade5f8e11c2cff2",
      "tree": "fb60dcf1a3d7782dd5d33f4137e4e2b8cdd82f10",
      "parents": [
        "4fb54943cc61a14e0222015d076d168eab397ae3"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Mon May 29 22:54:30 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Mon May 29 22:54:30 2023 -0400"
      },
      "message": "version 5.12.0\n"
    },
    {
      "commit": "4fb54943cc61a14e0222015d076d168eab397ae3",
      "tree": "bc588afc84889655183389adfc223be9b6073f43",
      "parents": [
        "1c71f289f7fa1b5c07912d94173f061d0f4027ab"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Mon May 29 21:26:51 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Mon May 29 21:26:51 2023 -0400"
      },
      "message": "move text validation to render phase\n"
    },
    {
      "commit": "1c71f289f7fa1b5c07912d94173f061d0f4027ab",
      "tree": "fef9867924481da6bcfee7d190d34cb5ff89d424",
      "parents": [
        "6a03ba9a3320b67964098218e927b19778584f87"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat May 27 18:56:37 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat May 27 18:56:37 2023 -0400"
      },
      "message": "expose global object for expressions\n"
    },
    {
      "commit": "6a03ba9a3320b67964098218e927b19778584f87",
      "tree": "a3969a80517466a548f564312a9e28a9ffae6110",
      "parents": [
        "efeb10970b6c665d1a72f94bc73f51c2299a88cb",
        "7a6b9045c8fe8070504891899d1e3ad5c19968b4"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Fri May 26 10:32:33 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Fri May 26 10:32:33 2023 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:airbnb/lottie-web\n"
    },
    {
      "commit": "efeb10970b6c665d1a72f94bc73f51c2299a88cb",
      "tree": "f4fd7bc635627e5e1382bd6c088b369afe2525e8",
      "parents": [
        "a349c4ef320cfe180a4c27109c9317aa940c41e5"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Fri May 26 09:59:41 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Fri May 26 09:59:41 2023 -0400"
      },
      "message": "add support for transform effect\n"
    },
    {
      "commit": "7a6b9045c8fe8070504891899d1e3ad5c19968b4",
      "tree": "b3ae05625889e25a3b673f750a36f3b0d8364e08",
      "parents": [
        "9f969b9ab7787a4aa0f028dbdecd50bcef288d94",
        "309f3969d89183a475e6c69fb877e40b1aa599ba"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Wed May 24 18:38:37 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 24 18:38:37 2023 -0400"
      },
      "message": "Merge pull request #2971 from nnhk23/kn--worker-additional-animation-prop\n\n[lottie-worker] Additional animation prop for worker"
    },
    {
      "commit": "9f969b9ab7787a4aa0f028dbdecd50bcef288d94",
      "tree": "5e4aea4c0da352e12aaf99ef3a53f68ccb66137c",
      "parents": [
        "fc45fb02445d75eaff55150773e13071b31ad36f",
        "f7e40f72fd5a98fb8e9ca934fb535ea5dc329f38"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Wed May 24 18:37:17 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 24 18:37:17 2023 -0400"
      },
      "message": "Merge pull request #2969 from nnhk23/kn--worker-mismatch-isPaused\n\n[lottie-worker] isPaused return different value when using lottie-worker."
    },
    {
      "commit": "f7e40f72fd5a98fb8e9ca934fb535ea5dc329f38",
      "tree": "155c791715e15dbf7b78ecf008e06452cda2c45b",
      "parents": [
        "bef58074d4d1b79095c39aa35494a30232647f83"
      ],
      "author": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Mon May 22 12:01:14 2023 -0700"
      },
      "committer": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Mon May 22 12:01:14 2023 -0700"
      },
      "message": "adjust pause/play behavior\n"
    },
    {
      "commit": "bef58074d4d1b79095c39aa35494a30232647f83",
      "tree": "42ea42555aa356a24adafd29e6ca4973b5fc229a",
      "parents": [
        "d15d8185433313f4d0b8b9dcddb4cbdf1d9bdf3b"
      ],
      "author": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Mon May 22 11:58:35 2023 -0700"
      },
      "committer": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Mon May 22 11:58:35 2023 -0700"
      },
      "message": "Revert \"trigger the correct behavior for play/pause\"\n\nThis reverts commit d15d8185433313f4d0b8b9dcddb4cbdf1d9bdf3b.\n"
    },
    {
      "commit": "309f3969d89183a475e6c69fb877e40b1aa599ba",
      "tree": "f35628d440df9e8e1d8fd3f82f2f98efeb5ad0d2",
      "parents": [
        "ec9cb58538f109a2b8904d045780b1941795a83d"
      ],
      "author": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Mon May 22 11:52:47 2023 -0700"
      },
      "committer": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Mon May 22 11:52:47 2023 -0700"
      },
      "message": "add additional prop in player file\n"
    },
    {
      "commit": "ec9cb58538f109a2b8904d045780b1941795a83d",
      "tree": "42ea42555aa356a24adafd29e6ca4973b5fc229a",
      "parents": [
        "b85e710c94c158c22a7d7ce0b14b18dea3e6b092"
      ],
      "author": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Mon May 22 11:48:26 2023 -0700"
      },
      "committer": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Mon May 22 11:48:26 2023 -0700"
      },
      "message": "Revert \"add animation prop for worker\"\n\nThis reverts commit b85e710c94c158c22a7d7ce0b14b18dea3e6b092.\n"
    },
    {
      "commit": "b85e710c94c158c22a7d7ce0b14b18dea3e6b092",
      "tree": "db287f0f5f419c81403d150c51afd28b3f8a8313",
      "parents": [
        "baa5b9720760d1d8bb746d0890b6ff53ff0af99c"
      ],
      "author": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Wed Apr 19 15:56:12 2023 -0700"
      },
      "committer": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Wed Apr 19 15:56:12 2023 -0700"
      },
      "message": "add animation prop for worker\n"
    },
    {
      "commit": "d15d8185433313f4d0b8b9dcddb4cbdf1d9bdf3b",
      "tree": "7c91f78083c7bdfb3b57c1a962ad683947068770",
      "parents": [
        "baa5b9720760d1d8bb746d0890b6ff53ff0af99c"
      ],
      "author": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Wed Apr 19 14:39:09 2023 -0700"
      },
      "committer": {
        "name": "Kim Nguyen",
        "email": "kim.nguyen@airbnb.com",
        "time": "Wed Apr 19 14:39:09 2023 -0700"
      },
      "message": "trigger the correct behavior for play/pause\n"
    },
    {
      "commit": "fc45fb02445d75eaff55150773e13071b31ad36f",
      "tree": "82010c8053ebb0def142fb2c97cd78274c59cd37",
      "parents": [
        "a349c4ef320cfe180a4c27109c9317aa940c41e5",
        "d316a5bfc236a803e9fc1f62f3592a45028c4957"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Wed Apr 19 12:06:30 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 19 12:06:30 2023 -0400"
      },
      "message": "Merge pull request #2967 from itsmattsoria/fix/add-accessibility-features-to-readme\n\nFix / Add Accessibility Features to Readme"
    },
    {
      "commit": "d316a5bfc236a803e9fc1f62f3592a45028c4957",
      "tree": "82010c8053ebb0def142fb2c97cd78274c59cd37",
      "parents": [
        "caeb31d3659ad9e62934881072847cc48e121770"
      ],
      "author": {
        "name": "itsmattsoria",
        "email": "matt.soria@hey.com",
        "time": "Wed Apr 19 10:56:16 2023 -0500"
      },
      "committer": {
        "name": "itsmattsoria",
        "email": "matt.soria@hey.com",
        "time": "Wed Apr 19 10:56:16 2023 -0500"
      },
      "message": "Undo auto-formatting\n"
    },
    {
      "commit": "caeb31d3659ad9e62934881072847cc48e121770",
      "tree": "39e15f8a64f866e128767e6fea8467636bf6dca3",
      "parents": [
        "a349c4ef320cfe180a4c27109c9317aa940c41e5"
      ],
      "author": {
        "name": "itsmattsoria",
        "email": "matt.soria@hey.com",
        "time": "Wed Apr 19 10:51:36 2023 -0500"
      },
      "committer": {
        "name": "itsmattsoria",
        "email": "matt.soria@hey.com",
        "time": "Wed Apr 19 10:51:36 2023 -0500"
      },
      "message": "Add the title and description rendererSettings options to the README so it\u0027s easier to find\n"
    },
    {
      "commit": "a349c4ef320cfe180a4c27109c9317aa940c41e5",
      "tree": "2e0f439e5bac3f1c2eb78e11425191d547bd867a",
      "parents": [
        "d1fbf891f2db85c94d7e3fd76cc0d138aaeda26a"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Apr 09 21:16:54 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Apr 09 21:16:54 2023 -0400"
      },
      "message": "version 5.11.0\n"
    },
    {
      "commit": "d1fbf891f2db85c94d7e3fd76cc0d138aaeda26a",
      "tree": "6bfef387c0dcbae2812f75ee6d24a705725cc16f",
      "parents": [
        "9fe39696965a009c0768081b2ae4939ef66636a2"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Apr 09 18:48:11 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Apr 09 18:48:11 2023 -0400"
      },
      "message": "fixes #2958\nupdate data when updateDocumentData is called\n"
    },
    {
      "commit": "9fe39696965a009c0768081b2ae4939ef66636a2",
      "tree": "44ab3a3fd09cffe6b6b174c6b0e05ae4ac603d4b",
      "parents": [
        "baa5b9720760d1d8bb746d0890b6ff53ff0af99c"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Apr 09 10:31:06 2023 -0400"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Apr 09 10:31:49 2023 -0400"
      },
      "message": "fixes #2842 using unregistered renderer or missing path\n"
    },
    {
      "commit": "baa5b9720760d1d8bb746d0890b6ff53ff0af99c",
      "tree": "42ea42555aa356a24adafd29e6ca4973b5fc229a",
      "parents": [
        "fa01130e2ef45b31586ed47fc7e0d04479bea4bf",
        "f2dd8ce3a41f2ad27deba9029cbcf33b20714c95"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Wed Feb 22 08:45:10 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 22 08:45:10 2023 -0500"
      },
      "message": "Merge pull request #2935 from airbnb/88_slots\n\n88 slots"
    },
    {
      "commit": "f2dd8ce3a41f2ad27deba9029cbcf33b20714c95",
      "tree": "d567e0ce71a2d49c9239f13a9f79be2613d62515",
      "parents": [
        "6d03777b3988910cbf0bf97e6064fbb9fdf35ca3",
        "dfa2cc5d665e0888434e634e13367dbbdc581c9c"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Wed Feb 22 08:39:16 2023 -0500"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Wed Feb 22 08:39:16 2023 -0500"
      },
      "message": "Merge branch \u0027master\u0027 into 88_slots\n"
    },
    {
      "commit": "fa01130e2ef45b31586ed47fc7e0d04479bea4bf",
      "tree": "b01c429e93760dd622772b01ba8b08f6a67c2c1f",
      "parents": [
        "668e61887b3f2d86bce0db43391280df0d215cc0",
        "c6356fd0872342fb3251d54a232d1a189215b9ad"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sat Feb 11 10:34:43 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Feb 11 10:34:43 2023 -0500"
      },
      "message": "Merge pull request #2929 from oguz3/master\n\nFix: added destroy null check"
    },
    {
      "commit": "c6356fd0872342fb3251d54a232d1a189215b9ad",
      "tree": "b01c429e93760dd622772b01ba8b08f6a67c2c1f",
      "parents": [
        "2d69c64919488be7378e2d65608d3dc279d910d2"
      ],
      "author": {
        "name": "oguz3",
        "email": "ibrahimoguzhan.ulukaya@ogr.deu.edu.tr",
        "time": "Sat Feb 11 18:12:09 2023 +0300"
      },
      "committer": {
        "name": "oguz3",
        "email": "ibrahimoguzhan.ulukaya@ogr.deu.edu.tr",
        "time": "Sat Feb 11 18:12:09 2023 +0300"
      },
      "message": "fix: syntax error\n"
    },
    {
      "commit": "2d69c64919488be7378e2d65608d3dc279d910d2",
      "tree": "08ee64a961d04c0c2febae4888bcee5b68320a41",
      "parents": [
        "668e61887b3f2d86bce0db43391280df0d215cc0"
      ],
      "author": {
        "name": "oguz3",
        "email": "ibrahimoguzhan.ulukaya@ogr.deu.edu.tr",
        "time": "Wed Feb 01 11:31:39 2023 +0300"
      },
      "committer": {
        "name": "oguz3",
        "email": "ibrahimoguzhan.ulukaya@ogr.deu.edu.tr",
        "time": "Wed Feb 01 11:31:39 2023 +0300"
      },
      "message": "feat: added destroy null check\n"
    },
    {
      "commit": "668e61887b3f2d86bce0db43391280df0d215cc0",
      "tree": "c91372ec21a2b01baee7abef6e6fcf2b90e1e669",
      "parents": [
        "1e24371239e0788b40045c04ce4bf80ddae9e94f",
        "59f67abe10ca58554784a89a4330424a4225ab0a"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Mon Jan 23 16:06:57 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 23 16:06:57 2023 -0500"
      },
      "message": "Merge pull request #2920 from renspoesse/master\n\nAdd type definitions for events"
    },
    {
      "commit": "59f67abe10ca58554784a89a4330424a4225ab0a",
      "tree": "c91372ec21a2b01baee7abef6e6fcf2b90e1e669",
      "parents": [
        "20837d536d4dd6c2c2fd01ff1825adbd113cd5e4"
      ],
      "author": {
        "name": "Rens Poesse",
        "email": "renspoesse@gmail.com",
        "time": "Mon Jan 23 13:55:48 2023 -0500"
      },
      "committer": {
        "name": "Rens Poesse",
        "email": "renspoesse@gmail.com",
        "time": "Mon Jan 23 13:56:20 2023 -0500"
      },
      "message": "Undo interface changes\n"
    },
    {
      "commit": "20837d536d4dd6c2c2fd01ff1825adbd113cd5e4",
      "tree": "f5345a66ba599d027b60b4c000733bb25fd0a6d2",
      "parents": [
        "9c570519c564f1f6590365e6082480cf7357293f",
        "1e24371239e0788b40045c04ce4bf80ddae9e94f"
      ],
      "author": {
        "name": "Rens Poesse",
        "email": "renspoesse@users.noreply.github.com",
        "time": "Mon Jan 23 12:10:11 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 23 12:10:11 2023 -0500"
      },
      "message": "Merge branch \u0027airbnb:master\u0027 into master\n"
    },
    {
      "commit": "9c570519c564f1f6590365e6082480cf7357293f",
      "tree": "f5345a66ba599d027b60b4c000733bb25fd0a6d2",
      "parents": [
        "64b542d892a8a9accc0027fabe187f4b84ef07bf"
      ],
      "author": {
        "name": "Rens Poesse",
        "email": "renspoesse@gmail.com",
        "time": "Mon Jan 23 12:09:36 2023 -0500"
      },
      "committer": {
        "name": "Rens Poesse",
        "email": "renspoesse@gmail.com",
        "time": "Mon Jan 23 12:09:36 2023 -0500"
      },
      "message": "Add type definitions for events\n"
    },
    {
      "commit": "1e24371239e0788b40045c04ce4bf80ddae9e94f",
      "tree": "9ba25197ee039c45c24a76794674b7d30ed50a5a",
      "parents": [
        "d18e20f90ac7e9eb00e7f9d7c9549f4d62fbed64",
        "64b542d892a8a9accc0027fabe187f4b84ef07bf"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Mon Jan 23 09:35:03 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 23 09:35:03 2023 -0500"
      },
      "message": "Merge pull request #2919 from renspoesse/master\n\nImplement setLoop in Web Worker"
    },
    {
      "commit": "64b542d892a8a9accc0027fabe187f4b84ef07bf",
      "tree": "9ba25197ee039c45c24a76794674b7d30ed50a5a",
      "parents": [
        "d18e20f90ac7e9eb00e7f9d7c9549f4d62fbed64"
      ],
      "author": {
        "name": "Rens Poesse",
        "email": "renspoesse@gmail.com",
        "time": "Mon Jan 23 09:24:55 2023 -0500"
      },
      "committer": {
        "name": "Rens Poesse",
        "email": "renspoesse@gmail.com",
        "time": "Mon Jan 23 09:24:55 2023 -0500"
      },
      "message": "Implement setLoop in Web Worker\n"
    },
    {
      "commit": "d18e20f90ac7e9eb00e7f9d7c9549f4d62fbed64",
      "tree": "0dfaafdc2d69e1f60d242b921923717faa48ae38",
      "parents": [
        "dfa2cc5d665e0888434e634e13367dbbdc581c9c",
        "9cc0abfa9d391514313e632c7ccd03ac700259b8"
      ],
      "author": {
        "name": "hernan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jan 22 21:30:43 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 22 21:30:43 2023 -0500"
      },
      "message": "Merge pull request #2918 from MrDevel0per/patch-1\n\nChange `http://` to `https://`"
    },
    {
      "commit": "9cc0abfa9d391514313e632c7ccd03ac700259b8",
      "tree": "0dfaafdc2d69e1f60d242b921923717faa48ae38",
      "parents": [
        "dfa2cc5d665e0888434e634e13367dbbdc581c9c"
      ],
      "author": {
        "name": "MrDevel0per",
        "email": "104732280+MrDevel0per@users.noreply.github.com",
        "time": "Sun Jan 22 18:57:00 2023 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 22 18:57:00 2023 -0700"
      },
      "message": "Change `http://` to `https://`\n\nFixed several links which were outdated `http://`, which is insecure. This makes all links automatically go to secure websites."
    },
    {
      "commit": "dfa2cc5d665e0888434e634e13367dbbdc581c9c",
      "tree": "51084676092bcc005ce3b6084f5107ca47d81981",
      "parents": [
        "ad501621da2e0779c5692d43ccf28ce5ed3891c1"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jan 22 20:34:15 2023 -0500"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jan 22 20:34:15 2023 -0500"
      },
      "message": "version 5.10.2\n"
    },
    {
      "commit": "ad501621da2e0779c5692d43ccf28ce5ed3891c1",
      "tree": "c5dc8d3ba51c51c12c409b4920b2e16e34b3cf7f",
      "parents": [
        "887622e7118249e27d2298f74a7d3d7ebf23621e",
        "8636e62ef3dfe3261c31ab61956c5e8a3e9cf366"
      ],
      "author": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jan 22 19:53:00 2023 -0500"
      },
      "committer": {
        "name": "airnan",
        "email": "hernantorrisi@gmail.com",
        "time": "Sun Jan 22 19:53:00 2023 -0500"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:airbnb/lottie-web\n"
    }
  ],
  "next": "887622e7118249e27d2298f74a7d3d7ebf23621e"
}
