#!/bin/bash

npm version --no-git-tag-version $(cat perfetto/CHANGELOG | grep -o -E '^(v[0-9]*\.[0-9]*) -' | head -n1 | grep -o '[0-9]*\.[0-9]*').0

