Skip to content

Commit 66bf97e

Browse files
committed
bump version and update docs
1 parent 2121fa7 commit 66bf97e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Changelog
22

3-
## HEAD
3+
## v7.2.0
44

5+
- add `animal-shelter` icon
56
- add `toll-booth` icon
67
- add `historic` icon
78
- add `tunnel` icon

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ After the final review approval, a Maki team member will merge the icon branch t
101101

102102
1. Move changes from from the [headlog](./CHANGELOG.md#head) to the new version heading
103103
1. Increment the `version` key in [`package.json`](./package.json)
104-
1. Push changes to main then tag the release in git with `git tag -a x.x.x -m 'Tag release' && git push --tags`
104+
1. Push changes to main
105+
1. Tag the release in git with `git tag -a vX.X.X -m 'Tag release' && git push --tags`
105106
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)
106107

107108
#### 2: Update the Maki website

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Mapbox",
33
"name": "@mapbox/maki",
44
"description": "Pixel-perfect icons for web cartography",
5-
"version": "7.1.0",
5+
"version": "7.2.0",
66
"main": "index.js",
77
"browser": "browser.cjs.js",
88
"module": "browser.esm.js",

0 commit comments

Comments
 (0)