Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
* chore: bumped package version and dependencies
* feat: added logo to README page
  • Loading branch information
catalandres authored Jan 21, 2024
1 parent 0ca484f commit 6a7687c
Show file tree
Hide file tree
Showing 3 changed files with 792 additions and 770 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Atlas
![ATLAS](https://github.com/catalandres/plugin-atlas/assets/1649037/66844dc5-23f3-4a4e-bd12-b80f5421f710)

[![NPM](https://img.shields.io/npm/v/plugin-atlas.svg?label=plugin-atlas)](https://www.npmjs.com/package/plugin-atlas) [![Downloads/week](https://img.shields.io/npm/dw/plugin-atlas.svg)](https://npmjs.org/package/plugin-atlas) [![License](https://img.shields.io/badge/License-BSD%203--Clause-brightgreen.svg)](https://raw.githubusercontent.com/salesforcecli/plugin-documentation/main/LICENSE.txt)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plugin-atlas",
"description": "A Salesforce CLI plugin to generate documentation from metadata",
"version": "0.3.1",
"version": "0.3.2",
"dependencies": {
"@oclif/core": "^3.18.1",
"@salesforce/core": "^6.4.7",
Expand All @@ -11,12 +11,12 @@
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.0.6",
"@salesforce/cli-plugins-testkit": "^5.1.4",
"@salesforce/cli-plugins-testkit": "^5.1.7",
"@salesforce/dev-scripts": "^7.1.1",
"@types/cli-progress": "^3.11.5",
"@types/xml2js": "^0.4.14",
"eslint-plugin-sf-plugin": "^1.17.1",
"oclif": "^4.3.1",
"eslint-plugin-sf-plugin": "^1.17.2",
"oclif": "^4.3.6",
"shx": "0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit 6a7687c

Please sign in to comment.