this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change 1.2.0 to unreleased

+5 -5
+2 -2
changelog.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 - ## [1.2.0](https://github.com/ptrkcsk/terminal-profile/compare/v1.1.0...v1.2.0) - 2023-02-02 8 + ## [Unreleased](https://github.com/ptrkcsk/terminal-profile/compare/v1.1.0...HEAD) 9 9 10 10 ### Added 11 11 12 - - setTerminalDefaultProfile sets the default profile in Terminal 12 + - [`setTerminalDefaultProfile()`](readme.md#setterminaldefaultprofileprofile) 13 13 14 14 ## [1.1.0](https://github.com/ptrkcsk/terminal-profile/compare/v1.0.3...v1.1.0) - 2022-12-03 15 15
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "terminal-profile", 3 - "version": "1.2.0", 3 + "version": "1.1.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "terminal-profile", 9 - "version": "1.2.0", 9 + "version": "1.1.0", 10 10 "license": "MIT", 11 11 "os": [ 12 12 "darwin"
+1 -1
package.json
··· 1 1 { 2 2 "name": "terminal-profile", 3 - "version": "1.2.0", 3 + "version": "1.1.0", 4 4 "description": "Manage macOS terminal profile", 5 5 "keywords": [ 6 6 "macos",