From 66bf97ef280e8d8f3f71c938a87cd6ce8f4328f7 Mon Sep 17 00:00:00 2001 From: willymaps Date: Tue, 5 Jul 2022 09:32:02 -0400 Subject: [PATCH] bump version and update docs --- CHANGELOG.md | 3 ++- README.md | 3 ++- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bd2e68..0539570a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## Changelog -## HEAD +## v7.2.0 +- add `animal-shelter` icon - add `toll-booth` icon - add `historic` icon - add `tunnel` icon diff --git a/README.md b/README.md index 6f89d03e..35165391 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ After the final review approval, a Maki team member will merge the icon branch t 1. Move changes from from the [headlog](./CHANGELOG.md#head) to the new version heading 1. Increment the `version` key in [`package.json`](./package.json) -1. Push changes to main then tag the release in git with `git tag -a x.x.x -m 'Tag release' && git push --tags` +1. Push changes to main +1. Tag the release in git with `git tag -a vX.X.X -m 'Tag release' && git push --tags` 1. Publish your changes to npm with [`mbx npm publish`](https://github.com/mapbox/mbxcli/blob/master/docs/commands/npm.md#publishing-deprecating-and-unpublishing-packages) #### 2: Update the Maki website diff --git a/package.json b/package.json index 86cd3f8b..3d4ecd08 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Mapbox", "name": "@mapbox/maki", "description": "Pixel-perfect icons for web cartography", - "version": "7.1.0", + "version": "7.2.0", "main": "index.js", "browser": "browser.cjs.js", "module": "browser.esm.js",